Html Css Color HEX #248A32 Forest Green

📋 copy color: '#248A32'

red 36 ◦ green 138 ◦ blue 50

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

Shades of Forest Green #248A32

Tints of Forest Green #248A32

RGB

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

 GREEN value IS 138 (54.3% from 255) = 61.61%

 BLUE value IS 50 (19.92% from 255) = 22.32%

R = 16.07%
G = 61.61%
B = 22.32%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#248A32 (or 0x248A32) is known color: Forest Green. HEX triplet: 24, 8A and 32. RGB value is (36,138,50). Sum of RGB (Red+Green+Blue) = 36+138+50=224 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.07% from 224); Green value is 138 (54.30% from 255 or 61.61% from 224); Blue value is 50 (19.92% from 255 or 22.32% from 224); Max value from RGB is 138 - color contains mainly: green. Hex color #248A32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248A32 is #DB75CD. Grayscale: #616161. Windows color (decimal): -14382542 or 3312164. OLE color: 3312164.

HSL color Cylindrical-coordinate representation of color #248A32: hue angle of 128.24º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248A32 is Cyan = 0.74, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB 36 138 50 -
CMYK 0.74 0 0.64 0.46
HSL 128.24º 0.59% 0.34% -
HSV(B) 128.24º 0.74% 0.54% -
XYZ 10.39 18.78 6.1 -
YUV 97.47 101.21 84.16 -
System Red Green Blue C M Y K H S L
Decimal 36 138 50 0.74 0 0.64 0.46 128.24 0.59 0.34
Hex 24 8A 32 4A 0 40 2E 80 3B 22
Octal 44 212 62 112 0 100 56 200 73 42
Binary 100100 10001010 110010 1001010 0 1000000 101110 10000000 111011 100010

Color Harmonies of #248A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248A32

Black with #248A32

Text Example


Text Example

White with #248A32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,138,50); }

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

background-color css

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

 a { background-color: rgb(36,138,50); }

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

border-color css

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

 span { border-color: rgb(36,138,50); }

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