#2A762E

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

Shades of Japanese Laurel #2A762E

Tints of Japanese Laurel #2A762E

Color information

#2A762E (or 0x2A762E) is unknown color: approx Japanese Laurel. HEX triplet: 2A, 76 and 2E. RGB value is (42,118,46). Sum of RGB (Red+Green+Blue) = 42+118+46=206 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.39% from 206); Green value is 118 (46.48% from 255 or 57.28% from 206); Blue value is 46 (18.36% from 255 or 22.33% from 206); Max value from RGB is 118 - color contains mainly: green. Hex color #2A762E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A762E is #D589D1. Grayscale: #575757. Windows color (decimal): -13994450 or 3044906. OLE color: 3044906.

HSL color Cylindrical-coordinate representation of color #2A762E: hue angle of 123.16º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2A762E is Cyan = 0.64, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB4211846-
CMYK0.6400.610.54
HSL123.16º47.5%31.37%-
HSV(B)123.16º64.41%46.27%-
XYZ7.9313.654.8-
YUV87.07104.8295.85-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.39%
GREEN value IS 118 (46.48% from 255) = 57.28%
BLUE value IS 46 (18.36% from 255) = 22.33%
R=20.39%
G=57.28%
B=22.33%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal42118460.6400.610.54123.1647.531.37
Hex2A762E4003D367b301f
Octal5216656100075661736037
Binary101010111011010111010000000111101110110111101111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A762E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A762E; }

 p { color: rgb(42,118,46); }

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

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

 a { background-color: rgb(42,118,46); }

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

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

 span { border-color: rgb(42,118,46); }

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