#2A7523

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

Shades of Japanese Laurel #2A7523

Tints of Japanese Laurel #2A7523

Color information

#2A7523 (or 0x2A7523) is unknown color: approx Japanese Laurel. HEX triplet: 2A, 75 and 23. RGB value is (42,117,35). Sum of RGB (Red+Green+Blue) = 42+117+35=194 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.65% from 194); Green value is 117 (46.09% from 255 or 60.31% from 194); Blue value is 35 (14.06% from 255 or 18.04% from 194); Max value from RGB is 117 - color contains mainly: green. Hex color #2A7523 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7523 is #D58ADC. Grayscale: #555555. Windows color (decimal): -13994717 or 2323754. OLE color: 2323754.

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

Color convert

RGB4211735-
CMYK0.6400.700.54
HSL114.88º53.95%29.8%-
HSV(B)114.88º70.09%45.88%-
XYZ7.6213.343.76-
YUV85.2399.6597.17-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.65%
GREEN value IS 117 (46.09% from 255) = 60.31%
BLUE value IS 35 (14.06% from 255) = 18.04%
R=21.65%
G=60.31%
B=18.04%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal42117350.6400.700.54114.8853.9529.8
Hex2A7523400463673361e
Octal52165431000106661636636
Binary1010101110101100011100000001000110110110111001111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,117,35); }

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

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

 a { background-color: rgb(42,117,35); }

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

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

 span { border-color: rgb(42,117,35); }

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