Html Css Color HEX #238D32 Forest Green

📋 copy color: '#238D32'

red 35 ◦ green 141 ◦ blue 50

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

Shades of Forest Green #238D32

Tints of Forest Green #238D32

RGB

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

 GREEN value IS 141 (55.47% from 255) = 62.39%

 BLUE value IS 50 (19.92% from 255) = 22.12%

R = 15.49%
G = 62.39%
B = 22.12%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.65

 K value IS 0.45

RGB Variations

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

Color information

#238D32 (or 0x238D32) is known color: Forest Green. HEX triplet: 23, 8D and 32. RGB value is (35,141,50). Sum of RGB (Red+Green+Blue) = 35+141+50=226 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.49% from 226); Green value is 141 (55.47% from 255 or 62.39% from 226); Blue value is 50 (19.92% from 255 or 22.12% from 226); Max value from RGB is 141 - color contains mainly: green. Hex color #238D32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238D32 is #DC72CD. Grayscale: #636363. Windows color (decimal): -14447310 or 3312931. OLE color: 3312931.

HSL color Cylindrical-coordinate representation of color #238D32: hue angle of 128.49º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #238D32 is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB 35 141 50 -
CMYK 0.75 0 0.65 0.45
HSL 128.49º 0.6% 0.35% -
HSV(B) 128.49º 0.75% 0.55% -
XYZ 10.79 19.64 6.24 -
YUV 98.93 100.38 82.4 -
System Red Green Blue C M Y K H S L
Decimal 35 141 50 0.75 0 0.65 0.45 128.49 0.6 0.35
Hex 23 8D 32 4B 0 41 2D 80 3C 23
Octal 43 215 62 113 0 101 55 200 74 43
Binary 100011 10001101 110010 1001011 0 1000001 101101 10000000 111100 100011

Color Harmonies of #238D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238D32

Black with #238D32

Text Example


Text Example

White with #238D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,141,50); }

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

background-color css

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

 a { background-color: rgb(35,141,50); }

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

border-color css

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

 span { border-color: rgb(35,141,50); }

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