Html Css Color HEX #038428 Forest Green

📋 copy color: '#038428'

red 3 ◦ green 132 ◦ blue 40

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

Shades of Forest Green #038428

Tints of Forest Green #038428

RGB

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

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

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

R = 1.71%
G = 75.43%
B = 22.86%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#038428 (or 0x038428) is known color: Forest Green. HEX triplet: 03, 84 and 28. RGB value is (3,132,40). Sum of RGB (Red+Green+Blue) = 3+132+40=175 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.71% from 175); Green value is 132 (51.95% from 255 or 75.43% from 175); Blue value is 40 (16.02% from 255 or 22.86% from 175); Max value from RGB is 132 - color contains mainly: green. Hex color #038428 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038428 is #FC7BD7. Grayscale: #535353. Windows color (decimal): -16546776 or 2655235. OLE color: 2655235.

HSL color Cylindrical-coordinate representation of color #038428: hue angle of 137.21º 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 #038428 is Cyan = 0.98, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB 3 132 40 -
CMYK 0.98 0 0.70 0.48
HSL 137.21º 0.96% 0.26% -
HSV(B) 137.21º 0.98% 0.52% -
XYZ 8.67 16.68 4.77 -
YUV 82.94 103.76 70.98 -
System Red Green Blue C M Y K H S L
Decimal 3 132 40 0.98 0 0.70 0.48 137.21 0.96 0.26
Hex 3 84 28 62 0 46 30 89 60 1A
Octal 3 204 50 142 0 106 60 211 140 32
Binary 11 10000100 101000 1100010 0 1000110 110000 10001001 1100000 11010

Color Harmonies of #038428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038428

Black with #038428

Text Example


Text Example

White with #038428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038428; }

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

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

background-color css

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

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

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

border-color css

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

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

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