#2D782B

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

Shades of Japanese Laurel #2D782B

Tints of Japanese Laurel #2D782B

Color information

#2D782B (or 0x2D782B) is unknown color: approx Japanese Laurel. HEX triplet: 2D, 78 and 2B. RGB value is (45,120,43). Sum of RGB (Red+Green+Blue) = 45+120+43=208 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.63% from 208); Green value is 120 (47.27% from 255 or 57.69% from 208); Blue value is 43 (17.19% from 255 or 20.67% from 208); Max value from RGB is 120 - color contains mainly: green. Hex color #2D782B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D782B is #D287D4. Grayscale: #595959. Windows color (decimal): -13797333 or 2848813. OLE color: 2848813.

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

Color convert

RGB4512043-
CMYK0.6300.640.53
HSL118.44º47.24%31.96%-
HSV(B)118.44º64.17%47.06%-
XYZ8.2314.174.59-
YUV88.8102.1596.76-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 21.63%
GREEN value IS 120 (47.27% from 255) = 57.69%
BLUE value IS 43 (17.19% from 255) = 20.67%
R=21.63%
G=57.69%
B=20.67%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal45120430.6300.640.53118.4447.2431.96
Hex2D782B3F04035762f20
Octal5517053770100651665740
Binary1011011111000101011111111010000001101011110110101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D782B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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