Html Css Color HEX #18830C Forest Green

📋 copy color: '#18830C'

red 24 ◦ green 131 ◦ blue 12

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

Shades of Forest Green #18830C

Tints of Forest Green #18830C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 78.44%

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

R = 14.37%
G = 78.44%
B = 7.19%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#18830C (or 0x18830C) is known color: Forest Green. HEX triplet: 18, 83 and 0C. RGB value is (24,131,12). Sum of RGB (Red+Green+Blue) = 24+131+12=167 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.37% from 167); Green value is 131 (51.56% from 255 or 78.44% from 167); Blue value is 12 (5.08% from 255 or 7.19% from 167); Max value from RGB is 131 - color contains mainly: green. Hex color #18830C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18830C is #E77CF3. Grayscale: #555555. Windows color (decimal): -15170804 or 819992. OLE color: 819992.

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

Color convert

RGB 24 131 12 -
CMYK 0.82 0 0.91 0.49
HSL 113.95º 0.83% 0.28% -
HSV(B) 113.95º 0.91% 0.51% -
XYZ 8.56 16.45 3.07 -
YUV 85.44 86.55 84.18 -
System Red Green Blue C M Y K H S L
Decimal 24 131 12 0.82 0 0.91 0.49 113.95 0.83 0.28
Hex 18 83 C 52 0 5B 31 72 53 1C
Octal 30 203 14 122 0 133 61 162 123 34
Binary 11000 10000011 1100 1010010 0 1011011 110001 1110010 1010011 11100

Color Harmonies of #18830C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18830C

Black with #18830C

Text Example


Text Example

White with #18830C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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