#2A783C

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

Shades of Japanese Laurel #2A783C

Tints of Japanese Laurel #2A783C

Color information

#2A783C (or 0x2A783C) is unknown color: approx Japanese Laurel. HEX triplet: 2A, 78 and 3C. RGB value is (42,120,60). Sum of RGB (Red+Green+Blue) = 42+120+60=222 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.92% from 222); Green value is 120 (47.27% from 255 or 54.05% from 222); Blue value is 60 (23.83% from 255 or 27.03% from 222); Max value from RGB is 120 - color contains mainly: green. Hex color #2A783C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A783C is #D587C3. Grayscale: #595959. Windows color (decimal): -13993924 or 3962922. OLE color: 3962922.

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

Color convert

RGB4212060-
CMYK0.6500.50.53
HSL133.85º48.15%31.76%-
HSV(B)133.85º65%47.06%-
XYZ8.4914.256.58-
YUV89.84111.1693.88-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.92%
GREEN value IS 120 (47.27% from 255) = 54.05%
BLUE value IS 60 (23.83% from 255) = 27.03%
R=18.92%
G=54.05%
B=27.03%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42120600.6500.50.53133.8548.1531.76
Hex2A783C4103235863020
Octal5217074101062652066040
Binary10101011110001111001000001011001011010110000110110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A783C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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