Html Css Color HEX #03A030 Dark Pastel Green

📋 copy color: '#03A030'

red 3 ◦ green 160 ◦ blue 48

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

Shades of Dark Pastel Green #03A030

Tints of Dark Pastel Green #03A030

RGB

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

 GREEN value IS 160 (62.89% from 255) = 75.83%

 BLUE value IS 48 (19.14% from 255) = 22.75%

R = 1.42%
G = 75.83%
B = 22.75%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#03A030 (or 0x03A030) is known color: Dark Pastel Green. HEX triplet: 03, A0 and 30. RGB value is (3,160,48). Sum of RGB (Red+Green+Blue) = 3+160+48=211 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 211); Green value is 160 (62.89% from 255 or 75.83% from 211); Blue value is 48 (19.14% from 255 or 22.75% from 211); Max value from RGB is 160 - color contains mainly: green. Hex color #03A030 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03A030 is #FC5FCF. Grayscale: #646464. Windows color (decimal): -16539600 or 3186691. OLE color: 3186691.

HSL color Cylindrical-coordinate representation of color #03A030: hue angle of 137.2º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A030 is Cyan = 0.98, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB 3 160 48 -
CMYK 0.98 0 0.70 0.37
HSL 137.2º 0.96% 0.32% -
HSV(B) 137.2º 0.98% 0.63% -
XYZ 13.14 25.37 7 -
YUV 100.29 98.49 58.61 -
System Red Green Blue C M Y K H S L
Decimal 3 160 48 0.98 0 0.70 0.37 137.2 0.96 0.32
Hex 3 A0 30 62 0 46 25 89 60 20
Octal 3 240 60 142 0 106 45 211 140 40
Binary 11 10100000 110000 1100010 0 1000110 100101 10001001 1100000 100000

Color Harmonies of #03A030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03A030

Black with #03A030

Text Example


Text Example

White with #03A030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,160,48); }

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

background-color css

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

 a { background-color: rgb(3,160,48); }

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

border-color css

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

 span { border-color: rgb(3,160,48); }

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