#2B783B

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

Shades of Japanese Laurel #2B783B

Tints of Japanese Laurel #2B783B

Color information

#2B783B (or 0x2B783B) is unknown color: approx Japanese Laurel. HEX triplet: 2B, 78 and 3B. RGB value is (43,120,59). Sum of RGB (Red+Green+Blue) = 43+120+59=222 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.37% from 222); Green value is 120 (47.27% from 255 or 54.05% from 222); Blue value is 59 (23.44% from 255 or 26.58% from 222); Max value from RGB is 120 - color contains mainly: green. Hex color #2B783B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B783B is #D487C4. Grayscale: #5A5A5A. Windows color (decimal): -13928389 or 3897387. OLE color: 3897387.

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

Color convert

RGB4312059-
CMYK0.6400.510.53
HSL132.47º47.24%31.96%-
HSV(B)132.47º64.17%47.06%-
XYZ8.514.266.44-
YUV90.02110.4994.46-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.37%
GREEN value IS 120 (47.27% from 255) = 54.05%
BLUE value IS 59 (23.44% from 255) = 26.58%
R=19.37%
G=54.05%
B=26.58%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal43120590.6400.510.53132.4747.2431.96
Hex2B783B4003335842f20
Octal5317073100063652045740
Binary10101111110001110111000000011001111010110000100101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B783B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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