#2D782F

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

Shades of Japanese Laurel #2D782F

Tints of Japanese Laurel #2D782F

Color information

#2D782F (or 0x2D782F) is unknown color: approx Japanese Laurel. HEX triplet: 2D, 78 and 2F. RGB value is (45,120,47). Sum of RGB (Red+Green+Blue) = 45+120+47=212 (28% of max value = 765). Red value is 45 (17.97% from 255 or 21.23% from 212); Green value is 120 (47.27% from 255 or 56.60% from 212); Blue value is 47 (18.75% from 255 or 22.17% from 212); Max value from RGB is 120 - color contains mainly: green. Hex color #2D782F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D782F is #D287D0. Grayscale: #595959. Windows color (decimal): -13797329 or 3110957. OLE color: 3110957.

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

Color convert

RGB4512047-
CMYK0.6300.610.53
HSL121.6º45.45%32.35%-
HSV(B)121.6º62.5%47.06%-
XYZ8.3114.24.99-
YUV89.25104.1596.44-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 21.23%
GREEN value IS 120 (47.27% from 255) = 56.60%
BLUE value IS 47 (18.75% from 255) = 22.17%
R=21.23%
G=56.60%
B=22.17%

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
Decimal45120470.6300.610.53121.645.4532.35
Hex2D782F3F03D357a2d20
Octal551705777075651725540
Binary101101111100010111111111101111011101011111010101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D782F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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