#307B35

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

Shades of Japanese Laurel #307B35

Tints of Japanese Laurel #307B35

Color information

#307B35 (or 0x307B35) is unknown color: approx Japanese Laurel. HEX triplet: 30, 7B and 35. RGB value is (48,123,53). Sum of RGB (Red+Green+Blue) = 48+123+53=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 123 (48.44% from 255 or 54.91% from 224); Blue value is 53 (21.09% from 255 or 23.66% from 224); Max value from RGB is 123 - color contains mainly: green. Hex color #307B35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307B35 is #CF84CA. Grayscale: #5C5C5C. Windows color (decimal): -13599947 or 3504944. OLE color: 3504944.

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

Color convert

RGB4812353-
CMYK0.6100.570.52
HSL124º43.86%33.53%-
HSV(B)124º60.98%48.24%-
XYZ8.9415.055.8-
YUV92.6105.6596.19-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.43%
GREEN value IS 123 (48.44% from 255) = 54.91%
BLUE value IS 53 (21.09% from 255) = 23.66%
R=21.43%
G=54.91%
B=23.66%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal48123530.6100.570.5212443.8633.53
Hex307B353D039347c2c22
Octal601736575071641745442
Binary110000111101111010111110101110011101001111100101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,123,53); }

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

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

 a { background-color: rgb(48,123,53); }

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

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

 span { border-color: rgb(48,123,53); }

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