#2A731D

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

Shades of Japanese Laurel #2A731D

Tints of Japanese Laurel #2A731D

Color information

#2A731D (or 0x2A731D) is unknown color: approx Japanese Laurel. HEX triplet: 2A, 73 and 1D. RGB value is (42,115,29). Sum of RGB (Red+Green+Blue) = 42+115+29=186 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.58% from 186); Green value is 115 (45.31% from 255 or 61.83% from 186); Blue value is 29 (11.72% from 255 or 15.59% from 186); Max value from RGB is 115 - color contains mainly: green. Hex color #2A731D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A731D is #D58CE2. Grayscale: #535353. Windows color (decimal): -13995235 or 1930026. OLE color: 1930026.

HSL color Cylindrical-coordinate representation of color #2A731D: hue angle of 110.93º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A731D is Cyan = 0.63, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB4211529-
CMYK0.6300.750.55
HSL110.93º59.72%28.24%-
HSV(B)110.93º74.78%45.1%-
XYZ7.3112.843.26-
YUV83.3797.3298.49-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.58%
GREEN value IS 115 (45.31% from 255) = 61.83%
BLUE value IS 29 (11.72% from 255) = 15.59%
R=22.58%
G=61.83%
B=15.59%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal42115290.6300.750.55110.9359.7228.24
Hex2A731D3F04B376f3c1c
Octal5216335770113671577434
Binary10101011100111110111111101001011110111110111111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A731D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,115,29); }

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

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

 a { background-color: rgb(42,115,29); }

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

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

 span { border-color: rgb(42,115,29); }

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