#307135

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

Shades of Japanese Laurel #307135

Tints of Japanese Laurel #307135

Color information

#307135 (or 0x307135) is unknown color: approx Japanese Laurel. HEX triplet: 30, 71 and 35. RGB value is (48,113,53). Sum of RGB (Red+Green+Blue) = 48+113+53=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 113 (44.53% from 255 or 52.80% from 214); Blue value is 53 (21.09% from 255 or 24.77% from 214); Max value from RGB is 113 - color contains mainly: green. Hex color #307135 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307135 is #CF8ECA. Grayscale: #565656. Windows color (decimal): -13602507 or 3502384. OLE color: 3502384.

HSL color Cylindrical-coordinate representation of color #307135: hue angle of 124.62º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #307135 is Cyan = 0.58, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB4811353-
CMYK0.5800.530.56
HSL124.62º40.37%31.57%-
HSV(B)124.62º57.52%44.31%-
XYZ7.7712.75.41-
YUV86.72108.97100.38-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.43%
GREEN value IS 113 (44.53% from 255) = 52.80%
BLUE value IS 53 (21.09% from 255) = 24.77%
R=22.43%
G=52.80%
B=24.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48113530.5800.530.56124.6240.3731.57
Hex3071353A035387d2820
Octal601616572065701755040
Binary110000111000111010111101001101011110001111101101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307135; }

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

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

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

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

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

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

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

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