#23982F

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

Shades of Forest Green #23982F

Tints of Forest Green #23982F

Color information

#23982F (or 0x23982F) is unknown color: approx Forest Green. HEX triplet: 23, 98 and 2F. RGB value is (35,152,47). Sum of RGB (Red+Green+Blue) = 35+152+47=234 (30% of max value = 765). Red value is 35 (14.06% from 255 or 14.96% from 234); Green value is 152 (59.77% from 255 or 64.96% from 234); Blue value is 47 (18.75% from 255 or 20.09% from 234); Max value from RGB is 152 - color contains mainly: green. Hex color #23982F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #23982F is #DC67D0. Grayscale: #696969. Windows color (decimal): -14444497 or 3119139. OLE color: 3119139.

HSL color Cylindrical-coordinate representation of color #23982F: hue angle of 126.15º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #23982F is Cyan = 0.77, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.40.

Color convert

RGB3515247-
CMYK0.7700.690.40
HSL126.15º62.57%36.67%-
HSV(B)126.15º76.97%59.61%-
XYZ12.4323.026.48-
YUV105.0595.2478.04-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.96%
GREEN value IS 152 (59.77% from 255) = 64.96%
BLUE value IS 47 (18.75% from 255) = 20.09%
R=14.96%
G=64.96%
B=20.09%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal35152470.7700.690.40126.1562.5736.67
Hex23982F4D045287e3f25
Octal43230571150105501767745
Binary100011100110001011111001101010001011010001111110111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23982F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23982F; }

 p { color: rgb(35,152,47); }

 H1.HeaderClassName
 {
   color: #23982F;
 }
 .AnyTagClassName
 {
   color: #23982F;
 }
</style>
background-color css

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

 a { background-color: rgb(35,152,47); }

 div.DivClassName
 {
   background-color: #23982F;
 }
 .BgClassName
 {
   background-color: #23982F;
 }
</style>
border-color css

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

 span { border-color: rgb(35,152,47); }

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