#247928

Color #247928 Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #247928

Tints of Japanese Laurel #247928

Color information

#247928 (or 0x247928) is unknown color: approx Japanese Laurel. HEX triplet: 24, 79 and 28. RGB value is (36,121,40). Sum of RGB (Red+Green+Blue) = 36+121+40=197 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.27% from 197); Green value is 121 (47.66% from 255 or 61.42% from 197); Blue value is 40 (16.02% from 255 or 20.30% from 197); Max value from RGB is 121 - color contains mainly: green. Hex color #247928 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #247928 is #DB86D7. Grayscale: #565656. Windows color (decimal): -14386904 or 2652452. OLE color: 2652452.

HSL color Cylindrical-coordinate representation of color #247928: hue angle of 122.82º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #247928 is Cyan = 0.70, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB3612140-
CMYK0.7000.670.53
HSL122.82º54.14%30.78%-
HSV(B)122.82º70.25%47.45%-
XYZ7.9514.24.33-
YUV86.35101.8492.09-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.27%
GREEN value IS 121 (47.66% from 255) = 61.42%
BLUE value IS 40 (16.02% from 255) = 20.30%
R=18.27%
G=61.42%
B=20.30%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal36121400.7000.670.53122.8254.1430.78
Hex24792846043357b361f
Octal44171501060103651736637
Binary1001001111001101000100011001000011110101111101111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #247928; }

 p { color: rgb(36,121,40); }

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

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

 a { background-color: rgb(36,121,40); }

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

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

 span { border-color: rgb(36,121,40); }

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