#03BD4A

Color #03BD4A Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #03BD4A

Tints of Dark Pastel Green #03BD4A

Color information

#03BD4A (or 0x03BD4A) is unknown color: approx Dark Pastel Green. HEX triplet: 03, BD and 4A. RGB value is (3,189,74). Sum of RGB (Red+Green+Blue) = 3+189+74=266 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.13% from 266); Green value is 189 (74.22% from 255 or 71.05% from 266); Blue value is 74 (29.30% from 255 or 27.82% from 266); Max value from RGB is 189 - color contains mainly: green. Hex color #03BD4A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03BD4A is #FC42B5. Grayscale: #787878. Windows color (decimal): -16532150 or 4898051. OLE color: 4898051.

HSL color Cylindrical-coordinate representation of color #03BD4A: hue angle of 142.9º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BD4A is Cyan = 0.98, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB318974-
CMYK0.9800.610.26
HSL142.9º96.88%37.65%-
HSV(B)142.9º98.41%74.12%-
XYZ19.4736.9112.58-
YUV120.28101.8844.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 1.13%
GREEN value IS 189 (74.22% from 255) = 71.05%
BLUE value IS 74 (29.30% from 255) = 27.82%
R=1.13%
G=71.05%
B=27.82%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal3189740.9800.610.26142.996.8837.65
Hex3BD4A6203D1A8f6126
Octal32751121420753221714146
Binary111011110110010101100010011110111010100011111100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03BD4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03BD4A; }

 p { color: rgb(3,189,74); }

 H1.HeaderClassName
 {
   color: #03BD4A;
 }
 .AnyTagClassName
 {
   color: #03BD4A;
 }
</style>
background-color css

<style>
 a { background-color: #03BD4A; }

 a { background-color: rgb(3,189,74); }

 div.DivClassName
 {
   background-color: #03BD4A;
 }
 .BgClassName
 {
   background-color: #03BD4A;
 }
</style>
border-color css

<style>
 span { border-color: #03BD4A; }

 span { border-color: rgb(3,189,74); }

 td.TdClassName
 {
   border-color: #03BD4A;
 }
 .TagClassName
 {
   border-color: #03BD4A;
 }
</style>