#2A813D

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

Shades of Japanese Laurel #2A813D

Tints of Japanese Laurel #2A813D

Color information

#2A813D (or 0x2A813D) is unknown color: approx Japanese Laurel. HEX triplet: 2A, 81 and 3D. RGB value is (42,129,61). Sum of RGB (Red+Green+Blue) = 42+129+61=232 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.10% from 232); Green value is 129 (50.78% from 255 or 55.60% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 129 - color contains mainly: green. Hex color #2A813D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A813D is #D57EC2. Grayscale: #5F5F5F. Windows color (decimal): -13991619 or 4030762. OLE color: 4030762.

HSL color Cylindrical-coordinate representation of color #2A813D: hue angle of 133.1º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A813D is Cyan = 0.67, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB4212961-
CMYK0.6700.530.49
HSL133.1º50.88%33.53%-
HSV(B)133.1º67.44%50.59%-
XYZ9.6516.537.1-
YUV95.24108.6890.03-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.10%
GREEN value IS 129 (50.78% from 255) = 55.60%
BLUE value IS 61 (24.22% from 255) = 26.29%
R=18.10%
G=55.60%
B=26.29%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal42129610.6700.530.49133.150.8833.53
Hex2A813D4303531853322
Octal5220175103065612056342
Binary101010100000011111011000011011010111000110000101110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A813D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,129,61); }

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

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

 a { background-color: rgb(42,129,61); }

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

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

 span { border-color: rgb(42,129,61); }

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