#248039

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

Shades of Japanese Laurel #248039

Tints of Japanese Laurel #248039

Color information

#248039 (or 0x248039) is unknown color: approx Japanese Laurel. HEX triplet: 24, 80 and 39. RGB value is (36,128,57). Sum of RGB (Red+Green+Blue) = 36+128+57=221 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.29% from 221); Green value is 128 (50.39% from 255 or 57.92% from 221); Blue value is 57 (22.66% from 255 or 25.79% from 221); Max value from RGB is 128 - color contains mainly: green. Hex color #248039 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248039 is #DB7FC6. Grayscale: #5C5C5C. Windows color (decimal): -14385095 or 3768356. OLE color: 3768356.

HSL color Cylindrical-coordinate representation of color #248039: hue angle of 133.7º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #248039 is Cyan = 0.72, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB3612857-
CMYK0.7200.550.50
HSL133.7º56.1%32.16%-
HSV(B)133.7º71.88%50.2%-
XYZ9.1916.116.5-
YUV92.4108.0287.77-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.29%
GREEN value IS 128 (50.39% from 255) = 57.92%
BLUE value IS 57 (22.66% from 255) = 25.79%
R=16.29%
G=57.92%
B=25.79%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal36128570.7200.550.50133.756.132.16
Hex2480394803732863820
Octal4420071110067622067040
Binary100100100000001110011001000011011111001010000110111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248039; }

 p { color: rgb(36,128,57); }

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

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

 a { background-color: rgb(36,128,57); }

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

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

 span { border-color: rgb(36,128,57); }

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