#2A772B

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

Shades of Japanese Laurel #2A772B

Tints of Japanese Laurel #2A772B

Color information

#2A772B (or 0x2A772B) is unknown color: approx Japanese Laurel. HEX triplet: 2A, 77 and 2B. RGB value is (42,119,43). Sum of RGB (Red+Green+Blue) = 42+119+43=204 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.59% from 204); Green value is 119 (46.88% from 255 or 58.33% from 204); Blue value is 43 (17.19% from 255 or 21.08% from 204); Max value from RGB is 119 - color contains mainly: green. Hex color #2A772B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A772B is #D588D4. Grayscale: #575757. Windows color (decimal): -13994197 or 2848554. OLE color: 2848554.

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

Color convert

RGB4211943-
CMYK0.6500.640.53
HSL120.78º47.83%31.57%-
HSV(B)120.78º64.71%46.67%-
XYZ7.9913.864.54-
YUV87.31102.9995.68-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.59%
GREEN value IS 119 (46.88% from 255) = 58.33%
BLUE value IS 43 (17.19% from 255) = 21.08%
R=20.59%
G=58.33%
B=21.08%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42119430.6500.640.53120.7847.8331.57
Hex2A772B4104035793020
Octal52167531010100651716040
Binary10101011101111010111000001010000001101011111001110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A772B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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