#2B793D

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

Shades of Japanese Laurel #2B793D

Tints of Japanese Laurel #2B793D

Color information

#2B793D (or 0x2B793D) is unknown color: approx Japanese Laurel. HEX triplet: 2B, 79 and 3D. RGB value is (43,121,61). Sum of RGB (Red+Green+Blue) = 43+121+61=225 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.11% from 225); Green value is 121 (47.66% from 255 or 53.78% from 225); Blue value is 61 (24.22% from 255 or 27.11% from 225); Max value from RGB is 121 - color contains mainly: green. Hex color #2B793D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B793D is #D486C2. Grayscale: #5B5B5B. Windows color (decimal): -13928131 or 4028715. OLE color: 4028715.

HSL color Cylindrical-coordinate representation of color #2B793D: 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.64%. Process color model (Four color, CMYK) of #2B793D is Cyan = 0.64, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB4312161-
CMYK0.6400.500.53
HSL133.85º47.56%32.16%-
HSV(B)133.85º64.46%47.45%-
XYZ8.6814.536.76-
YUV90.84111.1693.88-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.11%
GREEN value IS 121 (47.66% from 255) = 53.78%
BLUE value IS 61 (24.22% from 255) = 27.11%
R=19.11%
G=53.78%
B=27.11%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal43121610.6400.500.53133.8547.5632.16
Hex2B793D4003235863020
Octal5317175100062652066040
Binary10101111110011111011000000011001011010110000110110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B793D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,121,61); }

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

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

 a { background-color: rgb(43,121,61); }

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

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

 span { border-color: rgb(43,121,61); }

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