#2A7821

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

Shades of Japanese Laurel #2A7821

Tints of Japanese Laurel #2A7821

Color information

#2A7821 (or 0x2A7821) is unknown color: approx Japanese Laurel. HEX triplet: 2A, 78 and 21. RGB value is (42,120,33). Sum of RGB (Red+Green+Blue) = 42+120+33=195 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.54% from 195); Green value is 120 (47.27% from 255 or 61.54% from 195); Blue value is 33 (13.28% from 255 or 16.92% from 195); Max value from RGB is 120 - color contains mainly: green. Hex color #2A7821 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7821 is #D587DE. Grayscale: #575757. Windows color (decimal): -13993951 or 2193450. OLE color: 2193450.

HSL color Cylindrical-coordinate representation of color #2A7821: hue angle of 113.79º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A7821 is Cyan = 0.65, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB4212033-
CMYK0.6500.720.53
HSL113.79º56.86%30%-
HSV(B)113.79º72.5%47.06%-
XYZ7.9514.033.73-
YUV86.7697.6696.07-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.54%
GREEN value IS 120 (47.27% from 255) = 61.54%
BLUE value IS 33 (13.28% from 255) = 16.92%
R=21.54%
G=61.54%
B=16.92%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42120330.6500.720.53113.7956.8630
Hex2A7821410483572391e
Octal52170411010110651627136
Binary1010101111000100001100000101001000110101111001011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,120,33); }

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

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

 a { background-color: rgb(42,120,33); }

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

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

 span { border-color: rgb(42,120,33); }

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