Html Css Color HEX #238C1E Forest Green

📋 copy color: '#238C1E'

red 35 ◦ green 140 ◦ blue 30

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

Shades of Forest Green #238C1E

Tints of Forest Green #238C1E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 68.29%

 BLUE value IS 30 (12.11% from 255) = 14.63%

R = 17.07%
G = 68.29%
B = 14.63%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#238C1E (or 0x238C1E) is known color: Forest Green. HEX triplet: 23, 8C and 1E. RGB value is (35,140,30). Sum of RGB (Red+Green+Blue) = 35+140+30=205 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.07% from 205); Green value is 140 (55.08% from 255 or 68.29% from 205); Blue value is 30 (12.11% from 255 or 14.63% from 205); Max value from RGB is 140 - color contains mainly: green. Hex color #238C1E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238C1E is #DC73E1. Grayscale: #606060. Windows color (decimal): -14447586 or 2001955. OLE color: 2001955.

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

Color convert

RGB 35 140 30 -
CMYK 0.75 0 0.79 0.45
HSL 117.27º 0.65% 0.33% -
HSV(B) 117.27º 0.79% 0.55% -
XYZ 10.31 19.21 4.39 -
YUV 96.07 90.71 84.44 -
System Red Green Blue C M Y K H S L
Decimal 35 140 30 0.75 0 0.79 0.45 117.27 0.65 0.33
Hex 23 8C 1E 4B 0 4F 2D 75 41 21
Octal 43 214 36 113 0 117 55 165 101 41
Binary 100011 10001100 11110 1001011 0 1001111 101101 1110101 1000001 100001

Color Harmonies of #238C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238C1E

Black with #238C1E

Text Example


Text Example

White with #238C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,140,30); }

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

background-color css

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

 a { background-color: rgb(35,140,30); }

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

border-color css

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

 span { border-color: rgb(35,140,30); }

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