Html Css Color HEX #248F10 Forest Green

📋 copy color: '#248F10'

red 36 ◦ green 143 ◦ blue 16

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

Shades of Forest Green #248F10

Tints of Forest Green #248F10

RGB

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

 GREEN value IS 143 (56.25% from 255) = 73.33%

 BLUE value IS 16 (6.64% from 255) = 8.21%

R = 18.46%
G = 73.33%
B = 8.21%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.89

 K value IS 0.44

RGB Variations

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

Color information

#248F10 (or 0x248F10) is known color: Forest Green. HEX triplet: 24, 8F and 10. RGB value is (36,143,16). Sum of RGB (Red+Green+Blue) = 36+143+16=195 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.46% from 195); Green value is 143 (56.25% from 255 or 73.33% from 195); Blue value is 16 (6.64% from 255 or 8.21% from 195); Max value from RGB is 143 - color contains mainly: green. Hex color #248F10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #248F10 is #DB70EF. Grayscale: #606060. Windows color (decimal): -14381296 or 1085220. OLE color: 1085220.

HSL color Cylindrical-coordinate representation of color #248F10: hue angle of 110.55º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #248F10 is Cyan = 0.75, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.

Color convert

RGB 36 143 16 -
CMYK 0.75 0 0.89 0.44
HSL 110.55º 0.8% 0.31% -
HSV(B) 110.55º 0.89% 0.56% -
XYZ 10.64 20.06 3.8 -
YUV 96.53 82.55 84.83 -
System Red Green Blue C M Y K H S L
Decimal 36 143 16 0.75 0 0.89 0.44 110.55 0.8 0.31
Hex 24 8F 10 4B 0 59 2C 6F 50 1F
Octal 44 217 20 113 0 131 54 157 120 37
Binary 100100 10001111 10000 1001011 0 1011001 101100 1101111 1010000 11111

Color Harmonies of #248F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248F10

Black with #248F10

Text Example


Text Example

White with #248F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,143,16); }

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

background-color css

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

 a { background-color: rgb(36,143,16); }

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

border-color css

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

 span { border-color: rgb(36,143,16); }

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