Html Css Color HEX #238C10 Forest Green

📋 copy color: '#238C10'

red 35 ◦ green 140 ◦ blue 16

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

Shades of Forest Green #238C10

Tints of Forest Green #238C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.38%

R = 18.32%
G = 73.3%
B = 8.38%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#238C10 (or 0x238C10) is known color: Forest Green. HEX triplet: 23, 8C and 10. RGB value is (35,140,16). Sum of RGB (Red+Green+Blue) = 35+140+16=191 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.32% from 191); Green value is 140 (55.08% from 255 or 73.30% from 191); Blue value is 16 (6.64% from 255 or 8.38% from 191); Max value from RGB is 140 - color contains mainly: green. Hex color #238C10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #238C10 is #DC73EF. Grayscale: #5E5E5E. Windows color (decimal): -14447600 or 1084451. OLE color: 1084451.

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

Color convert

RGB 35 140 16 -
CMYK 0.75 0 0.89 0.45
HSL 110.81º 0.79% 0.31% -
HSV(B) 110.81º 0.89% 0.55% -
XYZ 10.16 19.15 3.65 -
YUV 94.47 83.71 85.58 -
System Red Green Blue C M Y K H S L
Decimal 35 140 16 0.75 0 0.89 0.45 110.81 0.79 0.31
Hex 23 8C 10 4B 0 59 2D 6F 4F 1F
Octal 43 214 20 113 0 131 55 157 117 37
Binary 100011 10001100 10000 1001011 0 1011001 101101 1101111 1001111 11111

Color Harmonies of #238C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238C10

Black with #238C10

Text Example


Text Example

White with #238C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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