#2B7831

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

Shades of Japanese Laurel #2B7831

Tints of Japanese Laurel #2B7831

Color information

#2B7831 (or 0x2B7831) is unknown color: approx Japanese Laurel. HEX triplet: 2B, 78 and 31. RGB value is (43,120,49). Sum of RGB (Red+Green+Blue) = 43+120+49=212 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.28% from 212); Green value is 120 (47.27% from 255 or 56.60% from 212); Blue value is 49 (19.53% from 255 or 23.11% from 212); Max value from RGB is 120 - color contains mainly: green. Hex color #2B7831 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7831 is #D487CE. Grayscale: #595959. Windows color (decimal): -13928399 or 3242027. OLE color: 3242027.

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

Color convert

RGB4312049-
CMYK0.6400.590.53
HSL124.68º47.24%31.96%-
HSV(B)124.68º64.17%47.06%-
XYZ8.2714.175.2-
YUV88.88105.4995.27-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.28%
GREEN value IS 120 (47.27% from 255) = 56.60%
BLUE value IS 49 (19.53% from 255) = 23.11%
R=20.28%
G=56.60%
B=23.11%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal43120490.6400.590.53124.6847.2431.96
Hex2B78314003B357d2f20
Octal5317061100073651755740
Binary1010111111000110001100000001110111101011111101101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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