Html Css Color HEX #248C26 Forest Green

📋 copy color: '#248C26'

red 36 ◦ green 140 ◦ blue 38

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

Shades of Forest Green #248C26

Tints of Forest Green #248C26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 17.76%

R = 16.82%
G = 65.42%
B = 17.76%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.73

 K value IS 0.45

RGB Variations

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

Color information

#248C26 (or 0x248C26) is known color: Forest Green. HEX triplet: 24, 8C and 26. RGB value is (36,140,38). Sum of RGB (Red+Green+Blue) = 36+140+38=214 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.82% from 214); Green value is 140 (55.08% from 255 or 65.42% from 214); Blue value is 38 (15.23% from 255 or 17.76% from 214); Max value from RGB is 140 - color contains mainly: green. Hex color #248C26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248C26 is #DB73D9. Grayscale: #616161. Windows color (decimal): -14382042 or 2526244. OLE color: 2526244.

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

Color convert

RGB 36 140 38 -
CMYK 0.74 0 0.73 0.45
HSL 121.15º 0.59% 0.35% -
HSV(B) 121.15º 0.74% 0.55% -
XYZ 10.46 19.27 5 -
YUV 97.28 94.54 84.29 -
System Red Green Blue C M Y K H S L
Decimal 36 140 38 0.74 0 0.73 0.45 121.15 0.59 0.35
Hex 24 8C 26 4A 0 49 2D 79 3B 23
Octal 44 214 46 112 0 111 55 171 73 43
Binary 100100 10001100 100110 1001010 0 1001001 101101 1111001 111011 100011

Color Harmonies of #248C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248C26

Black with #248C26

Text Example


Text Example

White with #248C26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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