#2A752D

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

Shades of Japanese Laurel #2A752D

Tints of Japanese Laurel #2A752D

Color information

#2A752D (or 0x2A752D) is unknown color: approx Japanese Laurel. HEX triplet: 2A, 75 and 2D. RGB value is (42,117,45). Sum of RGB (Red+Green+Blue) = 42+117+45=204 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.59% from 204); Green value is 117 (46.09% from 255 or 57.35% from 204); Blue value is 45 (17.97% from 255 or 22.06% from 204); Max value from RGB is 117 - color contains mainly: green. Hex color #2A752D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A752D is #D58AD2. Grayscale: #565656. Windows color (decimal): -13994707 or 2979114. OLE color: 2979114.

HSL color Cylindrical-coordinate representation of color #2A752D: hue angle of 122.4º 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 #2A752D is Cyan = 0.64, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB4211745-
CMYK0.6400.620.54
HSL122.4º47.17%31.18%-
HSV(B)122.4º64.1%45.88%-
XYZ7.7913.44.66-
YUV86.37104.6596.35-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.59%
GREEN value IS 117 (46.09% from 255) = 57.35%
BLUE value IS 45 (17.97% from 255) = 22.06%
R=20.59%
G=57.35%
B=22.06%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal42117450.6400.620.54122.447.1731.18
Hex2A752D4003E367a2f1f
Octal5216555100076661725737
Binary101010111010110110110000000111110110110111101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A752D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,117,45); }

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

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

 a { background-color: rgb(42,117,45); }

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

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

 span { border-color: rgb(42,117,45); }

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