Html Css Color HEX #03B132 Dark Pastel Green

📋 copy color: '#03B132'

red 3 ◦ green 177 ◦ blue 50

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

Shades of Dark Pastel Green #03B132

Tints of Dark Pastel Green #03B132

RGB

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

 GREEN value IS 177 (69.53% from 255) = 76.96%

 BLUE value IS 50 (19.92% from 255) = 21.74%

R = 1.3%
G = 76.96%
B = 21.74%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#03B132 (or 0x03B132) is known color: Dark Pastel Green. HEX triplet: 03, B1 and 32. RGB value is (3,177,50). Sum of RGB (Red+Green+Blue) = 3+177+50=230 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 230); Green value is 177 (69.53% from 255 or 76.96% from 230); Blue value is 50 (19.92% from 255 or 21.74% from 230); Max value from RGB is 177 - color contains mainly: green. Hex color #03B132 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03B132 is #FC4ECD. Grayscale: #6E6E6E. Windows color (decimal): -16535246 or 3322115. OLE color: 3322115.

HSL color Cylindrical-coordinate representation of color #03B132: hue angle of 136.21º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B132 is Cyan = 0.98, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 3 177 50 -
CMYK 0.98 0 0.72 0.31
HSL 136.21º 0.97% 0.35% -
HSV(B) 136.21º 0.98% 0.69% -
XYZ 16.34 31.69 8.27 -
YUV 110.5 93.85 51.33 -
System Red Green Blue C M Y K H S L
Decimal 3 177 50 0.98 0 0.72 0.31 136.21 0.97 0.35
Hex 3 B1 32 62 0 48 1F 88 61 23
Octal 3 261 62 142 0 110 37 210 141 43
Binary 11 10110001 110010 1100010 0 1001000 11111 10001000 1100001 100011

Color Harmonies of #03B132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B132

Black with #03B132

Text Example


Text Example

White with #03B132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,177,50); }

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

background-color css

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

 a { background-color: rgb(3,177,50); }

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

border-color css

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

 span { border-color: rgb(3,177,50); }

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