Html Css Color HEX #248525 Forest Green

📋 copy color: '#248525'

red 36 ◦ green 133 ◦ blue 37

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

Shades of Forest Green #248525

Tints of Forest Green #248525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 17.96%

R = 17.48%
G = 64.56%
B = 17.96%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#248525 (or 0x248525) is known color: Forest Green. HEX triplet: 24, 85 and 25. RGB value is (36,133,37). Sum of RGB (Red+Green+Blue) = 36+133+37=206 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.48% from 206); Green value is 133 (52.34% from 255 or 64.56% from 206); Blue value is 37 (14.84% from 255 or 17.96% from 206); Max value from RGB is 133 - color contains mainly: green. Hex color #248525 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248525 is #DB7ADA. Grayscale: #5D5D5D. Windows color (decimal): -14383835 or 2458916. OLE color: 2458916.

HSL color Cylindrical-coordinate representation of color #248525: hue angle of 120.62º 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 #248525 is Cyan = 0.73, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB 36 133 37 -
CMYK 0.73 0 0.72 0.48
HSL 120.62º 0.57% 0.33% -
HSV(B) 120.62º 0.73% 0.52% -
XYZ 9.45 17.28 4.59 -
YUV 93.05 96.36 87.31 -
System Red Green Blue C M Y K H S L
Decimal 36 133 37 0.73 0 0.72 0.48 120.62 0.57 0.33
Hex 24 85 25 49 0 48 30 79 39 21
Octal 44 205 45 111 0 110 60 171 71 41
Binary 100100 10000101 100101 1001001 0 1001000 110000 1111001 111001 100001

Color Harmonies of #248525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248525

Black with #248525

Text Example


Text Example

White with #248525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248525; }

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

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

background-color css

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

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

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

border-color css

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

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

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