#2A7730

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

Shades of Japanese Laurel #2A7730

Tints of Japanese Laurel #2A7730

Color information

#2A7730 (or 0x2A7730) is unknown color: approx Japanese Laurel. HEX triplet: 2A, 77 and 30. RGB value is (42,119,48). Sum of RGB (Red+Green+Blue) = 42+119+48=209 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.10% from 209); Green value is 119 (46.88% from 255 or 56.94% from 209); Blue value is 48 (19.14% from 255 or 22.97% from 209); Max value from RGB is 119 - color contains mainly: green. Hex color #2A7730 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7730 is #D588CF. Grayscale: #585858. Windows color (decimal): -13994192 or 3176234. OLE color: 3176234.

HSL color Cylindrical-coordinate representation of color #2A7730: hue angle of 124.68º 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 #2A7730 is Cyan = 0.65, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB4211948-
CMYK0.6500.600.53
HSL124.68º47.83%31.57%-
HSV(B)124.68º64.71%46.67%-
XYZ8.0913.95.05-
YUV87.88105.4995.27-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.10%
GREEN value IS 119 (46.88% from 255) = 56.94%
BLUE value IS 48 (19.14% from 255) = 22.97%
R=20.10%
G=56.94%
B=22.97%

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
Decimal42119480.6500.600.53124.6847.8331.57
Hex2A77304103C357d3020
Octal5216760101074651756040
Binary1010101110111110000100000101111001101011111101110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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