#307A29

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

Shades of Japanese Laurel #307A29

Tints of Japanese Laurel #307A29

Color information

#307A29 (or 0x307A29) is unknown color: approx Japanese Laurel. HEX triplet: 30, 7A and 29. RGB value is (48,122,41). Sum of RGB (Red+Green+Blue) = 48+122+41=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 122 (48.05% from 255 or 57.82% from 211); Blue value is 41 (16.41% from 255 or 19.43% from 211); Max value from RGB is 122 - color contains mainly: green. Hex color #307A29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307A29 is #CF85D6. Grayscale: #5A5A5A. Windows color (decimal): -13600215 or 2718256. OLE color: 2718256.

HSL color Cylindrical-coordinate representation of color #307A29: hue angle of 114.81º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #307A29 is Cyan = 0.61, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.52.

Color convert

RGB4812241-
CMYK0.6100.660.52
HSL114.81º49.69%31.96%-
HSV(B)114.81º66.39%47.84%-
XYZ8.5814.714.48-
YUV90.6499.9897.59-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.75%
GREEN value IS 122 (48.05% from 255) = 57.82%
BLUE value IS 41 (16.41% from 255) = 19.43%
R=22.75%
G=57.82%
B=19.43%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal48122410.6100.660.52114.8149.6931.96
Hex307A293D04234733220
Octal6017251750102641636240
Binary1100001111010101001111101010000101101001110011110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307A29; }

 p { color: rgb(48,122,41); }

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

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

 a { background-color: rgb(48,122,41); }

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

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

 span { border-color: rgb(48,122,41); }

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