#2C782B

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

Shades of Japanese Laurel #2C782B

Tints of Japanese Laurel #2C782B

Color information

#2C782B (or 0x2C782B) is unknown color: approx Japanese Laurel. HEX triplet: 2C, 78 and 2B. RGB value is (44,120,43). Sum of RGB (Red+Green+Blue) = 44+120+43=207 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.26% from 207); Green value is 120 (47.27% from 255 or 57.97% from 207); Blue value is 43 (17.19% from 255 or 20.77% from 207); Max value from RGB is 120 - color contains mainly: green. Hex color #2C782B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C782B is #D387D4. Grayscale: #585858. Windows color (decimal): -13862869 or 2848812. OLE color: 2848812.

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

Color convert

RGB4412043-
CMYK0.6300.640.53
HSL119.22º47.24%31.96%-
HSV(B)119.22º64.17%47.06%-
XYZ8.1914.144.58-
YUV88.5102.3296.26-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.26%
GREEN value IS 120 (47.27% from 255) = 57.97%
BLUE value IS 43 (17.19% from 255) = 20.77%
R=21.26%
G=57.97%
B=20.77%

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
Decimal44120430.6300.640.53119.2247.2431.96
Hex2C782B3F04035772f20
Octal5417053770100651675740
Binary1011001111000101011111111010000001101011110111101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C782B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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