#307E35

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

Shades of Japanese Laurel #307E35

Tints of Japanese Laurel #307E35

Color information

#307E35 (or 0x307E35) is unknown color: approx Japanese Laurel. HEX triplet: 30, 7E and 35. RGB value is (48,126,53). Sum of RGB (Red+Green+Blue) = 48+126+53=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 126 (49.61% from 255 or 55.51% from 227); Blue value is 53 (21.09% from 255 or 23.35% from 227); Max value from RGB is 126 - color contains mainly: green. Hex color #307E35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307E35 is #CF81CA. Grayscale: #5E5E5E. Windows color (decimal): -13599179 or 3505712. OLE color: 3505712.

HSL color Cylindrical-coordinate representation of color #307E35: hue angle of 123.85º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #307E35 is Cyan = 0.62, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.51.

Color convert

RGB4812653-
CMYK0.6200.580.51
HSL123.85º44.83%34.12%-
HSV(B)123.85º61.9%49.41%-
XYZ9.3215.815.93-
YUV94.36104.6694.94-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.15%
GREEN value IS 126 (49.61% from 255) = 55.51%
BLUE value IS 53 (21.09% from 255) = 23.35%
R=21.15%
G=55.51%
B=23.35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal48126530.6200.580.51123.8544.8334.12
Hex307E353E03A337c2d22
Octal601766576072631745542
Binary110000111111011010111111001110101100111111100101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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