#2A761F

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

Shades of Japanese Laurel #2A761F

Tints of Japanese Laurel #2A761F

Color information

#2A761F (or 0x2A761F) is unknown color: approx Japanese Laurel. HEX triplet: 2A, 76 and 1F. RGB value is (42,118,31). Sum of RGB (Red+Green+Blue) = 42+118+31=191 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.99% from 191); Green value is 118 (46.48% from 255 or 61.78% from 191); Blue value is 31 (12.5% from 255 or 16.23% from 191); Max value from RGB is 118 - color contains mainly: green. Hex color #2A761F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A761F is #D589E0. Grayscale: #555555. Windows color (decimal): -13994465 or 2061866. OLE color: 2061866.

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

Color convert

RGB4211831-
CMYK0.6400.740.54
HSL112.41º58.39%29.22%-
HSV(B)112.41º73.73%46.27%-
XYZ7.6813.553.51-
YUV85.3697.3297.07-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.99%
GREEN value IS 118 (46.48% from 255) = 61.78%
BLUE value IS 31 (12.5% from 255) = 16.23%
R=21.99%
G=61.78%
B=16.23%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal42118310.6400.740.54112.4158.3929.22
Hex2A761F4004A36703a1d
Octal52166371000112661607235
Binary101010111011011111100000001001010110110111000011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A761F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,118,31); }

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

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

 a { background-color: rgb(42,118,31); }

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

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

 span { border-color: rgb(42,118,31); }

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