Html Css Color HEX #18850C Forest Green

📋 copy color: '#18850C'

red 24 ◦ green 133 ◦ blue 12

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

Shades of Forest Green #18850C

Tints of Forest Green #18850C

RGB

 RED value IS 24 (9.77% from 255) = 14.2%

 GREEN value IS 133 (52.34% from 255) = 78.7%

 BLUE value IS 12 (5.08% from 255) = 7.1%

R = 14.2%
G = 78.7%
B = 7.1%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#18850C (or 0x18850C) is known color: Forest Green. HEX triplet: 18, 85 and 0C. RGB value is (24,133,12). Sum of RGB (Red+Green+Blue) = 24+133+12=169 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.20% from 169); Green value is 133 (52.34% from 255 or 78.70% from 169); Blue value is 12 (5.08% from 255 or 7.10% from 169); Max value from RGB is 133 - color contains mainly: green. Hex color #18850C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18850C is #E77AF3. Grayscale: #565656. Windows color (decimal): -15170292 or 820504. OLE color: 820504.

HSL color Cylindrical-coordinate representation of color #18850C: hue angle of 114.05º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18850C is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB 24 133 12 -
CMYK 0.82 0 0.91 0.48
HSL 114.05º 0.83% 0.28% -
HSV(B) 114.05º 0.91% 0.52% -
XYZ 8.83 17 3.16 -
YUV 86.62 85.89 83.34 -
System Red Green Blue C M Y K H S L
Decimal 24 133 12 0.82 0 0.91 0.48 114.05 0.83 0.28
Hex 18 85 C 52 0 5B 30 72 53 1C
Octal 30 205 14 122 0 133 60 162 123 34
Binary 11000 10000101 1100 1010010 0 1011011 110000 1110010 1010011 11100

Color Harmonies of #18850C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18850C

Black with #18850C

Text Example


Text Example

White with #18850C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18850C; }

 p { color: rgb(24,133,12); }

 H1.HeaderClassName
 {
   color: #18850C;
 }
 .AnyTagClassName
 {
   color: #18850C;
 }
</style>

background-color css

<style>
 a { background-color: #18850C; }

 a { background-color: rgb(24,133,12); }

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

border-color css

<style>
 span { border-color: #18850C; }

 span { border-color: rgb(24,133,12); }

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