Html Css Color HEX #03B432 Dark Pastel Green

📋 copy color: '#03B432'

red 3 ◦ green 180 ◦ blue 50

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

Shades of Dark Pastel Green #03B432

Tints of Dark Pastel Green #03B432

RGB

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

 GREEN value IS 180 (70.7% from 255) = 77.25%

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

R = 1.29%
G = 77.25%
B = 21.46%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#03B432 (or 0x03B432) is known color: Dark Pastel Green. HEX triplet: 03, B4 and 32. RGB value is (3,180,50). Sum of RGB (Red+Green+Blue) = 3+180+50=233 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 233); Green value is 180 (70.70% from 255 or 77.25% from 233); Blue value is 50 (19.92% from 255 or 21.46% from 233); Max value from RGB is 180 - color contains mainly: green. Hex color #03B432 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03B432 is #FC4BCD. Grayscale: #707070. Windows color (decimal): -16534478 or 3322883. OLE color: 3322883.

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

Color convert

RGB 3 180 50 -
CMYK 0.98 0 0.72 0.29
HSL 135.93º 0.97% 0.36% -
HSV(B) 135.93º 0.98% 0.71% -
XYZ 16.93 32.89 8.47 -
YUV 112.26 92.86 50.07 -
System Red Green Blue C M Y K H S L
Decimal 3 180 50 0.98 0 0.72 0.29 135.93 0.97 0.36
Hex 3 B4 32 62 0 48 1D 88 61 24
Octal 3 264 62 142 0 110 35 210 141 44
Binary 11 10110100 110010 1100010 0 1001000 11101 10001000 1100001 100100

Color Harmonies of #03B432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B432

Black with #03B432

Text Example


Text Example

White with #03B432

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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