#30772B

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

Shades of Japanese Laurel #30772B

Tints of Japanese Laurel #30772B

Color information

#30772B (or 0x30772B) is unknown color: approx Japanese Laurel. HEX triplet: 30, 77 and 2B. RGB value is (48,119,43). Sum of RGB (Red+Green+Blue) = 48+119+43=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 119 (46.88% from 255 or 56.67% from 210); Blue value is 43 (17.19% from 255 or 20.48% from 210); Max value from RGB is 119 - color contains mainly: green. Hex color #30772B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30772B is #CF88D4. Grayscale: #595959. Windows color (decimal): -13600981 or 2848560. OLE color: 2848560.

HSL color Cylindrical-coordinate representation of color #30772B: hue angle of 116.05º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #30772B is Cyan = 0.60, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB4811943-
CMYK0.6000.640.53
HSL116.05º46.91%31.76%-
HSV(B)116.05º63.87%46.67%-
XYZ8.25144.55-
YUV89.11101.9898.68-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.86%
GREEN value IS 119 (46.88% from 255) = 56.67%
BLUE value IS 43 (17.19% from 255) = 20.48%
R=22.86%
G=56.67%
B=20.48%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48119430.6000.640.53116.0546.9131.76
Hex30772B3C04035742f20
Octal6016753740100651645740
Binary1100001110111101011111100010000001101011110100101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30772B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30772B; }

 p { color: rgb(48,119,43); }

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

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

 a { background-color: rgb(48,119,43); }

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

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

 span { border-color: rgb(48,119,43); }

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