Html Css Color HEX #248C38 Forest Green

📋 copy color: '#248C38'

red 36 ◦ green 140 ◦ blue 56

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

Shades of Forest Green #248C38

Tints of Forest Green #248C38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 24.14%

R = 15.52%
G = 60.34%
B = 24.14%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.6

 K value IS 0.45

RGB Variations

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

Color information

#248C38 (or 0x248C38) is known color: Forest Green. HEX triplet: 24, 8C and 38. RGB value is (36,140,56). Sum of RGB (Red+Green+Blue) = 36+140+56=232 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.52% from 232); Green value is 140 (55.08% from 255 or 60.34% from 232); Blue value is 56 (22.27% from 255 or 24.14% from 232); Max value from RGB is 140 - color contains mainly: green. Hex color #248C38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248C38 is #DB73C7. Grayscale: #636363. Windows color (decimal): -14382024 or 3705892. OLE color: 3705892.

HSL color Cylindrical-coordinate representation of color #248C38: hue angle of 131.54º 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 #248C38 is Cyan = 0.74, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.45.

Color convert

RGB 36 140 56 -
CMYK 0.74 0 0.6 0.45
HSL 131.54º 0.59% 0.35% -
HSV(B) 131.54º 0.74% 0.55% -
XYZ 10.82 19.42 6.92 -
YUV 99.33 103.54 82.83 -
System Red Green Blue C M Y K H S L
Decimal 36 140 56 0.74 0 0.6 0.45 131.54 0.59 0.35
Hex 24 8C 38 4A 0 3C 2D 84 3B 23
Octal 44 214 70 112 0 74 55 204 73 43
Binary 100100 10001100 111000 1001010 0 111100 101101 10000100 111011 100011

Color Harmonies of #248C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248C38

Black with #248C38

Text Example


Text Example

White with #248C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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