#307B3B

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

Shades of Japanese Laurel #307B3B

Tints of Japanese Laurel #307B3B

Color information

#307B3B (or 0x307B3B) is unknown color: approx Japanese Laurel. HEX triplet: 30, 7B and 3B. RGB value is (48,123,59). Sum of RGB (Red+Green+Blue) = 48+123+59=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 123 (48.44% from 255 or 53.48% from 230); Blue value is 59 (23.44% from 255 or 25.65% from 230); Max value from RGB is 123 - color contains mainly: green. Hex color #307B3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307B3B is #CF84C4. Grayscale: #5D5D5D. Windows color (decimal): -13599941 or 3898160. OLE color: 3898160.

HSL color Cylindrical-coordinate representation of color #307B3B: hue angle of 128.8º 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 #307B3B is Cyan = 0.61, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.52.

Color convert

RGB4812359-
CMYK0.6100.520.52
HSL128.8º43.86%33.53%-
HSV(B)128.8º60.98%48.24%-
XYZ9.0915.116.58-
YUV93.28108.6595.7-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.87%
GREEN value IS 123 (48.44% from 255) = 53.48%
BLUE value IS 59 (23.44% from 255) = 25.65%
R=20.87%
G=53.48%
B=25.65%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal48123590.6100.520.52128.843.8633.53
Hex307B3B3D03434812c22
Octal601737375064642015442
Binary1100001111011111011111101011010011010010000001101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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