Html Css Color HEX #038418 Green

📋 copy color: '#038418'

red 3 ◦ green 132 ◦ blue 24

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

Shades of Green #038418

Tints of Green #038418

RGB

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

 GREEN value IS 132 (51.95% from 255) = 83.02%

 BLUE value IS 24 (9.77% from 255) = 15.09%

R = 1.89%
G = 83.02%
B = 15.09%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.82

 K value IS 0.48

RGB Variations

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

Color information

#038418 (or 0x038418) is known color: Green. HEX triplet: 03, 84 and 18. RGB value is (3,132,24). Sum of RGB (Red+Green+Blue) = 3+132+24=159 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.89% from 159); Green value is 132 (51.95% from 255 or 83.02% from 159); Blue value is 24 (9.77% from 255 or 15.09% from 159); Max value from RGB is 132 - color contains mainly: green. Hex color #038418 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #038418 is #FC7BE7. Grayscale: #515151. Windows color (decimal): -16546792 or 1606659. OLE color: 1606659.

HSL color Cylindrical-coordinate representation of color #038418: hue angle of 129.77º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038418 is Cyan = 0.98, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB 3 132 24 -
CMYK 0.98 0 0.82 0.48
HSL 129.77º 0.96% 0.26% -
HSV(B) 129.77º 0.98% 0.52% -
XYZ 8.45 16.59 3.62 -
YUV 81.12 95.76 72.28 -
System Red Green Blue C M Y K H S L
Decimal 3 132 24 0.98 0 0.82 0.48 129.77 0.96 0.26
Hex 3 84 18 62 0 52 30 82 60 1A
Octal 3 204 30 142 0 122 60 202 140 32
Binary 11 10000100 11000 1100010 0 1010010 110000 10000010 1100000 11010

Color Harmonies of #038418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038418

Black with #038418

Text Example


Text Example

White with #038418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038418; }

 p { color: rgb(3,132,24); }

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

background-color css

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

 a { background-color: rgb(3,132,24); }

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

border-color css

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

 span { border-color: rgb(3,132,24); }

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