#307A2D

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

Shades of Japanese Laurel #307A2D

Tints of Japanese Laurel #307A2D

Color information

#307A2D (or 0x307A2D) is unknown color: approx Japanese Laurel. HEX triplet: 30, 7A and 2D. RGB value is (48,122,45). Sum of RGB (Red+Green+Blue) = 48+122+45=215 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.33% from 215); Green value is 122 (48.05% from 255 or 56.74% from 215); Blue value is 45 (17.97% from 255 or 20.93% from 215); Max value from RGB is 122 - color contains mainly: green. Hex color #307A2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307A2D is #CF85D2. Grayscale: #5B5B5B. Windows color (decimal): -13600211 or 2980400. OLE color: 2980400.

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

Color convert

RGB4812245-
CMYK0.6100.630.52
HSL117.66º46.11%32.75%-
HSV(B)117.66º63.11%47.84%-
XYZ8.6514.744.87-
YUV91.1101.9897.26-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.33%
GREEN value IS 122 (48.05% from 255) = 56.74%
BLUE value IS 45 (17.97% from 255) = 20.93%
R=22.33%
G=56.74%
B=20.93%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal48122450.6100.630.52117.6646.1132.75
Hex307A2D3D03F34762e21
Octal601725575077641665641
Binary110000111101010110111110101111111101001110110101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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