#307A33

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

Shades of Japanese Laurel #307A33

Tints of Japanese Laurel #307A33

Color information

#307A33 (or 0x307A33) is unknown color: approx Japanese Laurel. HEX triplet: 30, 7A and 33. RGB value is (48,122,51). Sum of RGB (Red+Green+Blue) = 48+122+51=221 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.72% from 221); Green value is 122 (48.05% from 255 or 55.20% from 221); Blue value is 51 (20.31% from 255 or 23.08% from 221); Max value from RGB is 122 - color contains mainly: green. Hex color #307A33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307A33 is #CF85CC. Grayscale: #5B5B5B. Windows color (decimal): -13600205 or 3373616. OLE color: 3373616.

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

Color convert

RGB4812251-
CMYK0.6100.580.52
HSL122.43º43.53%33.33%-
HSV(B)122.43º60.66%47.84%-
XYZ8.7814.795.52-
YUV91.78104.9896.77-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.72%
GREEN value IS 122 (48.05% from 255) = 55.20%
BLUE value IS 51 (20.31% from 255) = 23.08%
R=21.72%
G=55.20%
B=23.08%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal48122510.6100.580.52122.4343.5333.33
Hex307A333D03A347a2c21
Octal601726375072641725441
Binary110000111101011001111110101110101101001111010101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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