#2A7732

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

Shades of Japanese Laurel #2A7732

Tints of Japanese Laurel #2A7732

Color information

#2A7732 (or 0x2A7732) is unknown color: approx Japanese Laurel. HEX triplet: 2A, 77 and 32. RGB value is (42,119,50). Sum of RGB (Red+Green+Blue) = 42+119+50=211 (27% of max value = 765). Red value is 42 (16.80% from 255 or 19.91% from 211); Green value is 119 (46.88% from 255 or 56.40% from 211); Blue value is 50 (19.92% from 255 or 23.70% from 211); Max value from RGB is 119 - color contains mainly: green. Hex color #2A7732 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7732 is #D588CD. Grayscale: #585858. Windows color (decimal): -13994190 or 3307306. OLE color: 3307306.

HSL color Cylindrical-coordinate representation of color #2A7732: hue angle of 126.23º 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 #2A7732 is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB4211950-
CMYK0.6500.580.53
HSL126.23º47.83%31.57%-
HSV(B)126.23º64.71%46.67%-
XYZ8.1313.925.28-
YUV88.11106.4995.11-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.91%
GREEN value IS 119 (46.88% from 255) = 56.40%
BLUE value IS 50 (19.92% from 255) = 23.70%
R=19.91%
G=56.40%
B=23.70%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42119500.6500.580.53126.2347.8331.57
Hex2A77324103A357e3020
Octal5216762101072651766040
Binary1010101110111110010100000101110101101011111110110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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