Html Css Color HEX #248529 Forest Green

📋 copy color: '#248529'

red 36 ◦ green 133 ◦ blue 41

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

Shades of Forest Green #248529

Tints of Forest Green #248529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 19.52%

R = 17.14%
G = 63.33%
B = 19.52%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#248529 (or 0x248529) is known color: Forest Green. HEX triplet: 24, 85 and 29. RGB value is (36,133,41). Sum of RGB (Red+Green+Blue) = 36+133+41=210 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.14% from 210); Green value is 133 (52.34% from 255 or 63.33% from 210); Blue value is 41 (16.41% from 255 or 19.52% from 210); Max value from RGB is 133 - color contains mainly: green. Hex color #248529 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248529 is #DB7AD6. Grayscale: #5D5D5D. Windows color (decimal): -14383831 or 2721060. OLE color: 2721060.

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

Color convert

RGB 36 133 41 -
CMYK 0.73 0 0.69 0.48
HSL 123.09º 0.57% 0.33% -
HSV(B) 123.09º 0.73% 0.52% -
XYZ 9.52 17.31 4.94 -
YUV 93.51 98.36 86.98 -
System Red Green Blue C M Y K H S L
Decimal 36 133 41 0.73 0 0.69 0.48 123.09 0.57 0.33
Hex 24 85 29 49 0 45 30 7B 39 21
Octal 44 205 51 111 0 105 60 173 71 41
Binary 100100 10000101 101001 1001001 0 1000101 110000 1111011 111001 100001

Color Harmonies of #248529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248529

Black with #248529

Text Example


Text Example

White with #248529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248529; }

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

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

background-color css

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

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

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

border-color css

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

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

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