#2C782F

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

Shades of Japanese Laurel #2C782F

Tints of Japanese Laurel #2C782F

Color information

#2C782F (or 0x2C782F) is unknown color: approx Japanese Laurel. HEX triplet: 2C, 78 and 2F. RGB value is (44,120,47). Sum of RGB (Red+Green+Blue) = 44+120+47=211 (27% of max value = 765). Red value is 44 (17.58% from 255 or 20.85% from 211); Green value is 120 (47.27% from 255 or 56.87% from 211); Blue value is 47 (18.75% from 255 or 22.27% from 211); Max value from RGB is 120 - color contains mainly: green. Hex color #2C782F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C782F is #D387D0. Grayscale: #595959. Windows color (decimal): -13862865 or 3110956. OLE color: 3110956.

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

Color convert

RGB4412047-
CMYK0.6300.610.53
HSL122.37º46.34%32.16%-
HSV(B)122.37º63.33%47.06%-
XYZ8.2714.174.99-
YUV88.95104.3295.94-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.85%
GREEN value IS 120 (47.27% from 255) = 56.87%
BLUE value IS 47 (18.75% from 255) = 22.27%
R=20.85%
G=56.87%
B=22.27%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal44120470.6300.610.53122.3746.3432.16
Hex2C782F3F03D357a2e20
Octal541705777075651725640
Binary101100111100010111111111101111011101011111010101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C782F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,120,47); }

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

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

 a { background-color: rgb(44,120,47); }

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

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

 span { border-color: rgb(44,120,47); }

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