#2A7734

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

Shades of Japanese Laurel #2A7734

Tints of Japanese Laurel #2A7734

Color information

#2A7734 (or 0x2A7734) is unknown color: approx Japanese Laurel. HEX triplet: 2A, 77 and 34. RGB value is (42,119,52). Sum of RGB (Red+Green+Blue) = 42+119+52=213 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.72% from 213); Green value is 119 (46.88% from 255 or 55.87% from 213); Blue value is 52 (20.70% from 255 or 24.41% from 213); Max value from RGB is 119 - color contains mainly: green. Hex color #2A7734 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7734 is #D588CB. Grayscale: #585858. Windows color (decimal): -13994188 or 3438378. OLE color: 3438378.

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

Color convert

RGB4211952-
CMYK0.6500.560.53
HSL127.79º47.83%31.57%-
HSV(B)127.79º64.71%46.67%-
XYZ8.1713.935.51-
YUV88.34107.4994.95-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.72%
GREEN value IS 119 (46.88% from 255) = 55.87%
BLUE value IS 52 (20.70% from 255) = 24.41%
R=19.72%
G=55.87%
B=24.41%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42119520.6500.560.53127.7947.8331.57
Hex2A77344103835803020
Octal5216764101070652006040
Binary10101011101111101001000001011100011010110000000110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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