#307239

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

Shades of Japanese Laurel #307239

Tints of Japanese Laurel #307239

Color information

#307239 (or 0x307239) is unknown color: approx Japanese Laurel. HEX triplet: 30, 72 and 39. RGB value is (48,114,57). Sum of RGB (Red+Green+Blue) = 48+114+57=219 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.92% from 219); Green value is 114 (44.92% from 255 or 52.05% from 219); Blue value is 57 (22.66% from 255 or 26.03% from 219); Max value from RGB is 114 - color contains mainly: green. Hex color #307239 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307239 is #CF8DC6. Grayscale: #575757. Windows color (decimal): -13602247 or 3764784. OLE color: 3764784.

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

Color convert

RGB4811457-
CMYK0.5800.500.55
HSL128.18º40.74%31.76%-
HSV(B)128.18º57.89%44.71%-
XYZ7.9712.965.95-
YUV87.77110.6399.63-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.92%
GREEN value IS 114 (44.92% from 255) = 52.05%
BLUE value IS 57 (22.66% from 255) = 26.03%
R=21.92%
G=52.05%
B=26.03%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48114570.5800.500.55128.1840.7431.76
Hex3072393A03237802920
Octal601627172062672005140
Binary1100001110010111001111010011001011011110000000101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307239; }

 p { color: rgb(48,114,57); }

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

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

 a { background-color: rgb(48,114,57); }

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

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

 span { border-color: rgb(48,114,57); }

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