Html Css Color HEX #248C27 Forest Green

📋 copy color: '#248C27'

red 36 ◦ green 140 ◦ blue 39

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

Shades of Forest Green #248C27

Tints of Forest Green #248C27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 18.14%

R = 16.74%
G = 65.12%
B = 18.14%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.72

 K value IS 0.45

RGB Variations

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

Color information

#248C27 (or 0x248C27) is known color: Forest Green. HEX triplet: 24, 8C and 27. RGB value is (36,140,39). Sum of RGB (Red+Green+Blue) = 36+140+39=215 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.74% from 215); Green value is 140 (55.08% from 255 or 65.12% from 215); Blue value is 39 (15.62% from 255 or 18.14% from 215); Max value from RGB is 140 - color contains mainly: green. Hex color #248C27 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248C27 is #DB73D8. Grayscale: #616161. Windows color (decimal): -14382041 or 2591780. OLE color: 2591780.

HSL color Cylindrical-coordinate representation of color #248C27: hue angle of 121.73º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248C27 is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.45.

Color convert

RGB 36 140 39 -
CMYK 0.74 0 0.72 0.45
HSL 121.73º 0.59% 0.35% -
HSV(B) 121.73º 0.74% 0.55% -
XYZ 10.47 19.28 5.09 -
YUV 97.39 95.04 84.21 -
System Red Green Blue C M Y K H S L
Decimal 36 140 39 0.74 0 0.72 0.45 121.73 0.59 0.35
Hex 24 8C 27 4A 0 48 2D 7A 3B 23
Octal 44 214 47 112 0 110 55 172 73 43
Binary 100100 10001100 100111 1001010 0 1001000 101101 1111010 111011 100011

Color Harmonies of #248C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248C27

Black with #248C27

Text Example


Text Example

White with #248C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248C27; }

 p { color: rgb(36,140,39); }

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

background-color css

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

 a { background-color: rgb(36,140,39); }

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

border-color css

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

 span { border-color: rgb(36,140,39); }

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