Html Css Color HEX #248530 Forest Green

📋 copy color: '#248530'

red 36 ◦ green 133 ◦ blue 48

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

Shades of Forest Green #248530

Tints of Forest Green #248530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 22.12%

R = 16.59%
G = 61.29%
B = 22.12%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#248530 (or 0x248530) is known color: Forest Green. HEX triplet: 24, 85 and 30. RGB value is (36,133,48). Sum of RGB (Red+Green+Blue) = 36+133+48=217 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.59% from 217); Green value is 133 (52.34% from 255 or 61.29% from 217); Blue value is 48 (19.14% from 255 or 22.12% from 217); Max value from RGB is 133 - color contains mainly: green. Hex color #248530 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248530 is #DB7ACF. Grayscale: #5E5E5E. Windows color (decimal): -14383824 or 3179812. OLE color: 3179812.

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

Color convert

RGB 36 133 48 -
CMYK 0.73 0 0.64 0.48
HSL 127.42º 0.57% 0.33% -
HSV(B) 127.42º 0.73% 0.52% -
XYZ 9.65 17.36 5.64 -
YUV 94.31 101.86 86.41 -
System Red Green Blue C M Y K H S L
Decimal 36 133 48 0.73 0 0.64 0.48 127.42 0.57 0.33
Hex 24 85 30 49 0 40 30 7F 39 21
Octal 44 205 60 111 0 100 60 177 71 41
Binary 100100 10000101 110000 1001001 0 1000000 110000 1111111 111001 100001

Color Harmonies of #248530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248530

Black with #248530

Text Example


Text Example

White with #248530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248530; }

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

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

background-color css

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

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

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

border-color css

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

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

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