#2A7628

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

Shades of Japanese Laurel #2A7628

Tints of Japanese Laurel #2A7628

Color information

#2A7628 (or 0x2A7628) is unknown color: approx Japanese Laurel. HEX triplet: 2A, 76 and 28. RGB value is (42,118,40). Sum of RGB (Red+Green+Blue) = 42+118+40=200 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21% from 200); Green value is 118 (46.48% from 255 or 59% from 200); Blue value is 40 (16.02% from 255 or 20% from 200); Max value from RGB is 118 - color contains mainly: green. Hex color #2A7628 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7628 is #D589D7. Grayscale: #565656. Windows color (decimal): -13994456 or 2651690. OLE color: 2651690.

HSL color Cylindrical-coordinate representation of color #2A7628: hue angle of 118.46º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A7628 is Cyan = 0.64, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB4211840-
CMYK0.6400.660.54
HSL118.46º49.37%30.98%-
HSV(B)118.46º66.1%46.27%-
XYZ7.8213.64.22-
YUV86.38101.8296.34-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21%
GREEN value IS 118 (46.48% from 255) = 59%
BLUE value IS 40 (16.02% from 255) = 20%
R=21%
G=59%
B=20%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal42118400.6400.660.54118.4649.3730.98
Hex2A7628400423676311f
Octal52166501000102661666137
Binary1010101110110101000100000001000010110110111011011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,118,40); }

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

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

 a { background-color: rgb(42,118,40); }

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

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

 span { border-color: rgb(42,118,40); }

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