Html Css Color HEX #248512 Forest Green

📋 copy color: '#248512'

red 36 ◦ green 133 ◦ blue 18

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

Shades of Forest Green #248512

Tints of Forest Green #248512

RGB

 RED value IS 36 (14.45% from 255) = 19.25%

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

 BLUE value IS 18 (7.42% from 255) = 9.63%

R = 19.25%
G = 71.12%
B = 9.63%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#248512 (or 0x248512) is known color: Forest Green. HEX triplet: 24, 85 and 12. RGB value is (36,133,18). Sum of RGB (Red+Green+Blue) = 36+133+18=187 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.25% from 187); Green value is 133 (52.34% from 255 or 71.12% from 187); Blue value is 18 (7.42% from 255 or 9.63% from 187); Max value from RGB is 133 - color contains mainly: green. Hex color #248512 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #248512 is #DB7AED. Grayscale: #5B5B5B. Windows color (decimal): -14383854 or 1213732. OLE color: 1213732.

HSL color Cylindrical-coordinate representation of color #248512: hue angle of 110.61º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #248512 is Cyan = 0.73, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 36 133 18 -
CMYK 0.73 0 0.86 0.48
HSL 110.61º 0.76% 0.3% -
HSV(B) 110.61º 0.86% 0.52% -
XYZ 9.22 17.19 3.4 -
YUV 90.89 86.86 88.85 -
System Red Green Blue C M Y K H S L
Decimal 36 133 18 0.73 0 0.86 0.48 110.61 0.76 0.3
Hex 24 85 12 49 0 56 30 6F 4C 1E
Octal 44 205 22 111 0 126 60 157 114 36
Binary 100100 10000101 10010 1001001 0 1010110 110000 1101111 1001100 11110

Color Harmonies of #248512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248512

Black with #248512

Text Example


Text Example

White with #248512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248512; }

 p { color: rgb(36,133,18); }

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

background-color css

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

 a { background-color: rgb(36,133,18); }

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

border-color css

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

 span { border-color: rgb(36,133,18); }

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