Html Css Color HEX #03BD28 Dark Pastel Green

📋 copy color: '#03BD28'

red 3 ◦ green 189 ◦ blue 40

#03BD28
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #03BD28

Tints of Dark Pastel Green #03BD28

RGB

 RED value IS 3 (1.56% from 255) = 1.29%

 GREEN value IS 189 (74.22% from 255) = 81.47%

 BLUE value IS 40 (16.02% from 255) = 17.24%

R = 1.29%
G = 81.47%
B = 17.24%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#03BD28 (or 0x03BD28) is known color: Dark Pastel Green. HEX triplet: 03, BD and 28. RGB value is (3,189,40). Sum of RGB (Red+Green+Blue) = 3+189+40=232 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 232); Green value is 189 (74.22% from 255 or 81.47% from 232); Blue value is 40 (16.02% from 255 or 17.24% from 232); Max value from RGB is 189 - color contains mainly: green. Hex color #03BD28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03BD28 is #FC42D7. Grayscale: #747474. Windows color (decimal): -16532184 or 2669827. OLE color: 2669827.

HSL color Cylindrical-coordinate representation of color #03BD28: hue angle of 131.94º 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 #03BD28 is Cyan = 0.98, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 3 189 40 -
CMYK 0.98 0 0.79 0.26
HSL 131.94º 0.97% 0.38% -
HSV(B) 131.94º 0.98% 0.74% -
XYZ 18.62 36.57 8.08 -
YUV 116.4 84.88 47.12 -
System Red Green Blue C M Y K H S L
Decimal 3 189 40 0.98 0 0.79 0.26 131.94 0.97 0.38
Hex 3 BD 28 62 0 4F 1A 84 61 26
Octal 3 275 50 142 0 117 32 204 141 46
Binary 11 10111101 101000 1100010 0 1001111 11010 10000100 1100001 100110

Color Harmonies of #03BD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BD28

Black with #03BD28

Text Example


Text Example

White with #03BD28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #03BD28;
 }
 .AnyTagClassName
 {
   color: #03BD28;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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