#2A7733

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

Shades of Japanese Laurel #2A7733

Tints of Japanese Laurel #2A7733

Color information

#2A7733 (or 0x2A7733) is unknown color: approx Japanese Laurel. HEX triplet: 2A, 77 and 33. RGB value is (42,119,51). Sum of RGB (Red+Green+Blue) = 42+119+51=212 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.81% from 212); Green value is 119 (46.88% from 255 or 56.13% from 212); Blue value is 51 (20.31% from 255 or 24.06% from 212); Max value from RGB is 119 - color contains mainly: green. Hex color #2A7733 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7733 is #D588CC. Grayscale: #585858. Windows color (decimal): -13994189 or 3372842. OLE color: 3372842.

HSL color Cylindrical-coordinate representation of color #2A7733: hue angle of 127.01º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2A7733 is Cyan = 0.65, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.53.

Color convert

RGB4211951-
CMYK0.6500.570.53
HSL127.01º47.83%31.57%-
HSV(B)127.01º64.71%46.67%-
XYZ8.1513.925.39-
YUV88.22106.9995.03-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.81%
GREEN value IS 119 (46.88% from 255) = 56.13%
BLUE value IS 51 (20.31% from 255) = 24.06%
R=19.81%
G=56.13%
B=24.06%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42119510.6500.570.53127.0147.8331.57
Hex2A773341039357f3020
Octal5216763101071651776040
Binary1010101110111110011100000101110011101011111111110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,119,51); }

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

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

 a { background-color: rgb(42,119,51); }

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

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

 span { border-color: rgb(42,119,51); }

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