#249F00

Color #249F00 Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #249F00

Tints of Islamic Green #249F00

Color information

#249F00 (or 0x249F00) is unknown color: approx Islamic Green. HEX triplet: 24, 9F and 00. RGB value is (36,159,0). Sum of RGB (Red+Green+Blue) = 36+159+0=195 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.46% from 195); Green value is 159 (62.5% from 255 or 81.54% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 159 - color contains mainly: green. Hex color #249F00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #249F00 is #DB60FF. Grayscale: #686868. Windows color (decimal): -14377216 or 40740. OLE color: 40740.

HSL color Cylindrical-coordinate representation of color #249F00: hue angle of 106.42º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #249F00 is Cyan = 0.77, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.38.

Color convert

RGB361590-
CMYK0.77010.38
HSL106.42º100%31.18%-
HSV(B)106.42º100%62.35%-
XYZ13.1325.174.17-
YUV104.169.2579.43-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.46%
GREEN value IS 159 (62.5% from 255) = 81.54%
BLUE value IS 0 (0.39% from 255) = 0%
R=18.46%
G=81.54%
B=0%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal3615900.77010.38106.4210031.18
Hex249F04D064266a641f
Octal44237011501444615214437
Binary1001001001111101001101011001001001101101010110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #249F00; }

 p { color: rgb(36,159,0); }

 H1.HeaderClassName
 {
   color: #249F00;
 }
 .AnyTagClassName
 {
   color: #249F00;
 }
</style>
background-color css

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

 a { background-color: rgb(36,159,0); }

 div.DivClassName
 {
   background-color: #249F00;
 }
 .BgClassName
 {
   background-color: #249F00;
 }
</style>
border-color css

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

 span { border-color: rgb(36,159,0); }

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