#2A7E3A

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

Shades of Japanese Laurel #2A7E3A

Tints of Japanese Laurel #2A7E3A

Color information

#2A7E3A (or 0x2A7E3A) is unknown color: approx Japanese Laurel. HEX triplet: 2A, 7E and 3A. RGB value is (42,126,58). Sum of RGB (Red+Green+Blue) = 42+126+58=226 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.58% from 226); Green value is 126 (49.61% from 255 or 55.75% from 226); Blue value is 58 (23.05% from 255 or 25.66% from 226); Max value from RGB is 126 - color contains mainly: green. Hex color #2A7E3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7E3A is #D581C5. Grayscale: #5D5D5D. Windows color (decimal): -13992390 or 3833386. OLE color: 3833386.

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

Color convert

RGB4212658-
CMYK0.6700.540.51
HSL131.43º50%32.94%-
HSV(B)131.43º66.67%49.41%-
XYZ9.1815.726.55-
YUV93.13108.1791.53-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.58%
GREEN value IS 126 (49.61% from 255) = 55.75%
BLUE value IS 58 (23.05% from 255) = 25.66%
R=18.58%
G=55.75%
B=25.66%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal42126580.6700.540.51131.435032.94
Hex2A7E3A4303633833221
Octal5217672103066632036241
Binary10101011111101110101000011011011011001110000011110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,126,58); }

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

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

 a { background-color: rgb(42,126,58); }

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

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

 span { border-color: rgb(42,126,58); }

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