Html Css Color HEX #248502 Forest Green

📋 copy color: '#248502'

red 36 ◦ green 133 ◦ blue 2

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

Shades of Forest Green #248502

Tints of Forest Green #248502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.17%

R = 21.05%
G = 77.78%
B = 1.17%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#248502 (or 0x248502) is known color: Forest Green. HEX triplet: 24, 85 and 02. RGB value is (36,133,2). Sum of RGB (Red+Green+Blue) = 36+133+2=171 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.05% from 171); Green value is 133 (52.34% from 255 or 77.78% from 171); Blue value is 2 (1.17% from 255 or 1.17% from 171); Max value from RGB is 133 - color contains mainly: green. Hex color #248502 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #248502 is #DB7AFD. Grayscale: #595959. Windows color (decimal): -14383870 or 165156. OLE color: 165156.

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

Color convert

RGB 36 133 2 -
CMYK 0.73 0 0.98 0.48
HSL 104.43º 0.97% 0.26% -
HSV(B) 104.43º 0.98% 0.52% -
XYZ 9.13 17.15 2.89 -
YUV 89.06 78.86 90.15 -
System Red Green Blue C M Y K H S L
Decimal 36 133 2 0.73 0 0.98 0.48 104.43 0.97 0.26
Hex 24 85 2 49 0 62 30 68 61 1A
Octal 44 205 2 111 0 142 60 150 141 32
Binary 100100 10000101 10 1001001 0 1100010 110000 1101000 1100001 11010

Color Harmonies of #248502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248502

Black with #248502

Text Example


Text Example

White with #248502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248502; }

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

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

background-color css

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

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

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

border-color css

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

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

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