Html Css Color HEX #238B1C Forest Green

📋 copy color: '#238B1C'

red 35 ◦ green 139 ◦ blue 28

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

Shades of Forest Green #238B1C

Tints of Forest Green #238B1C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 68.81%

 BLUE value IS 28 (11.33% from 255) = 13.86%

R = 17.33%
G = 68.81%
B = 13.86%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.80

 K value IS 0.45

RGB Variations

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

Color information

#238B1C (or 0x238B1C) is known color: Forest Green. HEX triplet: 23, 8B and 1C. RGB value is (35,139,28). Sum of RGB (Red+Green+Blue) = 35+139+28=202 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.33% from 202); Green value is 139 (54.69% from 255 or 68.81% from 202); Blue value is 28 (11.33% from 255 or 13.86% from 202); Max value from RGB is 139 - color contains mainly: green. Hex color #238B1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238B1C is #DC74E3. Grayscale: #5F5F5F. Windows color (decimal): -14447844 or 1870627. OLE color: 1870627.

HSL color Cylindrical-coordinate representation of color #238B1C: hue angle of 116.22º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #238B1C is Cyan = 0.75, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.45.

Color convert

RGB 35 139 28 -
CMYK 0.75 0 0.80 0.45
HSL 116.22º 0.66% 0.33% -
HSV(B) 116.22º 0.8% 0.55% -
XYZ 10.14 18.91 4.21 -
YUV 95.25 90.04 85.03 -
System Red Green Blue C M Y K H S L
Decimal 35 139 28 0.75 0 0.80 0.45 116.22 0.66 0.33
Hex 23 8B 1C 4B 0 50 2D 74 42 21
Octal 43 213 34 113 0 120 55 164 102 41
Binary 100011 10001011 11100 1001011 0 1010000 101101 1110100 1000010 100001

Color Harmonies of #238B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238B1C

Black with #238B1C

Text Example


Text Example

White with #238B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,139,28); }

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

background-color css

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

 a { background-color: rgb(35,139,28); }

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

border-color css

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

 span { border-color: rgb(35,139,28); }

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