#2A7823

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

Shades of Japanese Laurel #2A7823

Tints of Japanese Laurel #2A7823

Color information

#2A7823 (or 0x2A7823) is unknown color: approx Japanese Laurel. HEX triplet: 2A, 78 and 23. RGB value is (42,120,35). Sum of RGB (Red+Green+Blue) = 42+120+35=197 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.32% from 197); Green value is 120 (47.27% from 255 or 60.91% from 197); Blue value is 35 (14.06% from 255 or 17.77% from 197); Max value from RGB is 120 - color contains mainly: green. Hex color #2A7823 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7823 is #D587DC. Grayscale: #575757. Windows color (decimal): -13993949 or 2324522. OLE color: 2324522.

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

Color convert

RGB4212035-
CMYK0.6500.710.53
HSL115.06º54.84%30.39%-
HSV(B)115.06º70.83%47.06%-
XYZ7.9714.053.88-
YUV86.9998.6695.91-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.32%
GREEN value IS 120 (47.27% from 255) = 60.91%
BLUE value IS 35 (14.06% from 255) = 17.77%
R=21.32%
G=60.91%
B=17.77%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42120350.6500.710.53115.0654.8430.39
Hex2A7823410473573371e
Octal52170431010107651636736
Binary1010101111000100011100000101000111110101111001111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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