#038428

Color #038428 Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #038428

Tints of Forest Green #038428

Color information

#038428 (or 0x038428) is unknown color: approx 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

RGB313240-
CMYK0.9800.700.48
HSL137.21º95.56%26.47%-
HSV(B)137.21º97.73%51.76%-
XYZ8.6716.684.77-
YUV82.94103.7670.98-

RGB Variations

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

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 (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal3132400.9800.700.48137.2195.5626.47
Hex38428620463089601a
Octal32045014201066021114032
Binary111000010010100011000100100011011000010001001110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>