Html Css Color HEX #238A20 Forest Green

📋 copy color: '#238A20'

red 35 ◦ green 138 ◦ blue 32

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

Shades of Forest Green #238A20

Tints of Forest Green #238A20

RGB

 RED value IS 35 (14.06% from 255) = 17.07%

 GREEN value IS 138 (54.3% from 255) = 67.32%

 BLUE value IS 32 (12.89% from 255) = 15.61%

R = 17.07%
G = 67.32%
B = 15.61%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.77

 K value IS 0.46

RGB Variations

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

Color information

#238A20 (or 0x238A20) is known color: Forest Green. HEX triplet: 23, 8A and 20. RGB value is (35,138,32). Sum of RGB (Red+Green+Blue) = 35+138+32=205 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.07% from 205); Green value is 138 (54.30% from 255 or 67.32% from 205); Blue value is 32 (12.89% from 255 or 15.61% from 205); Max value from RGB is 138 - color contains mainly: green. Hex color #238A20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238A20 is #DC75DF. Grayscale: #5F5F5F. Windows color (decimal): -14448096 or 2132515. OLE color: 2132515.

HSL color Cylindrical-coordinate representation of color #238A20: hue angle of 118.3º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #238A20 is Cyan = 0.75, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB 35 138 32 -
CMYK 0.75 0 0.77 0.46
HSL 118.3º 0.62% 0.33% -
HSV(B) 118.3º 0.77% 0.54% -
XYZ 10.04 18.64 4.43 -
YUV 95.12 92.38 85.12 -
System Red Green Blue C M Y K H S L
Decimal 35 138 32 0.75 0 0.77 0.46 118.3 0.62 0.33
Hex 23 8A 20 4B 0 4D 2E 76 3E 21
Octal 43 212 40 113 0 115 56 166 76 41
Binary 100011 10001010 100000 1001011 0 1001101 101110 1110110 111110 100001

Color Harmonies of #238A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238A20

Black with #238A20

Text Example


Text Example

White with #238A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238A20; }

 p { color: rgb(35,138,32); }

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

background-color css

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

 a { background-color: rgb(35,138,32); }

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

border-color css

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

 span { border-color: rgb(35,138,32); }

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