#306F2E

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

Shades of Japanese Laurel #306F2E

Tints of Japanese Laurel #306F2E

Color information

#306F2E (or 0x306F2E) is unknown color: approx Japanese Laurel. HEX triplet: 30, 6F and 2E. RGB value is (48,111,46). Sum of RGB (Red+Green+Blue) = 48+111+46=205 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.41% from 205); Green value is 111 (43.75% from 255 or 54.15% from 205); Blue value is 46 (18.36% from 255 or 22.44% from 205); Max value from RGB is 111 - color contains mainly: green. Hex color #306F2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306F2E is #CF90D1. Grayscale: #545454. Windows color (decimal): -13603026 or 3043120. OLE color: 3043120.

HSL color Cylindrical-coordinate representation of color #306F2E: hue angle of 118.15º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #306F2E is Cyan = 0.57, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB4811146-
CMYK0.5700.590.56
HSL118.15º41.4%30.78%-
HSV(B)118.15º58.56%43.53%-
XYZ7.412.194.55-
YUV84.75106.13101.79-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.41%
GREEN value IS 111 (43.75% from 255) = 54.15%
BLUE value IS 46 (18.36% from 255) = 22.44%
R=23.41%
G=54.15%
B=22.44%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48111460.5700.590.56118.1541.430.78
Hex306F2E3903B3876291f
Octal601575671073701665137
Binary11000011011111011101110010111011111000111011010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306F2E; }

 p { color: rgb(48,111,46); }

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

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

 a { background-color: rgb(48,111,46); }

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

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

 span { border-color: rgb(48,111,46); }

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