#2A7830

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

Shades of Japanese Laurel #2A7830

Tints of Japanese Laurel #2A7830

Color information

#2A7830 (or 0x2A7830) is unknown color: approx Japanese Laurel. HEX triplet: 2A, 78 and 30. RGB value is (42,120,48). Sum of RGB (Red+Green+Blue) = 42+120+48=210 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20% from 210); Green value is 120 (47.27% from 255 or 57.14% from 210); Blue value is 48 (19.14% from 255 or 22.86% from 210); Max value from RGB is 120 - color contains mainly: green. Hex color #2A7830 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7830 is #D587CF. Grayscale: #585858. Windows color (decimal): -13993936 or 3176490. OLE color: 3176490.

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

Color convert

RGB4212048-
CMYK0.6500.600.53
HSL124.62º48.15%31.76%-
HSV(B)124.62º65%47.06%-
XYZ8.214.145.09-
YUV88.47105.1694.85-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20%
GREEN value IS 120 (47.27% from 255) = 57.14%
BLUE value IS 48 (19.14% from 255) = 22.86%
R=20%
G=57.14%
B=22.86%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42120480.6500.600.53124.6248.1531.76
Hex2A78304103C357d3020
Octal5217060101074651756040
Binary1010101111000110000100000101111001101011111101110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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