#306F2A

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

Shades of Japanese Laurel #306F2A

Tints of Japanese Laurel #306F2A

Color information

#306F2A (or 0x306F2A) is unknown color: approx Japanese Laurel. HEX triplet: 30, 6F and 2A. RGB value is (48,111,42). Sum of RGB (Red+Green+Blue) = 48+111+42=201 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.88% from 201); Green value is 111 (43.75% from 255 or 55.22% from 201); Blue value is 42 (16.80% from 255 or 20.90% from 201); Max value from RGB is 111 - color contains mainly: green. Hex color #306F2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306F2A is #CF90D5. Grayscale: #545454. Windows color (decimal): -13603030 or 2780976. OLE color: 2780976.

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

Color convert

RGB4811142-
CMYK0.5700.620.56
HSL114.78º45.1%30%-
HSV(B)114.78º62.16%43.53%-
XYZ7.3212.164.15-
YUV84.3104.13102.11-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.88%
GREEN value IS 111 (43.75% from 255) = 55.22%
BLUE value IS 42 (16.80% from 255) = 20.90%
R=23.88%
G=55.22%
B=20.90%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48111420.5700.620.56114.7845.130
Hex306F2A3903E38732d1e
Octal601575271076701635536
Binary11000011011111010101110010111110111000111001110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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