#2B853F

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

Shades of Japanese Laurel #2B853F

Tints of Japanese Laurel #2B853F

Color information

#2B853F (or 0x2B853F) is unknown color: approx Japanese Laurel. HEX triplet: 2B, 85 and 3F. RGB value is (43,133,63). Sum of RGB (Red+Green+Blue) = 43+133+63=239 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.99% from 239); Green value is 133 (52.34% from 255 or 55.65% from 239); Blue value is 63 (25% from 255 or 26.36% from 239); Max value from RGB is 133 - color contains mainly: green. Hex color #2B853F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B853F is #D47AC0. Grayscale: #626262. Windows color (decimal): -13925057 or 4162859. OLE color: 4162859.

HSL color Cylindrical-coordinate representation of color #2B853F: hue angle of 133.33º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B853F is Cyan = 0.68, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB4313363-
CMYK0.6800.530.48
HSL133.33º51.14%34.51%-
HSV(B)133.33º67.67%52.16%-
XYZ10.2817.657.57-
YUV98.11108.1888.69-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.99%
GREEN value IS 133 (52.34% from 255) = 55.65%
BLUE value IS 63 (25% from 255) = 26.36%
R=17.99%
G=55.65%
B=26.36%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal43133630.6800.530.48133.3351.1434.51
Hex2B853F4403530853323
Octal5320577104065602056343
Binary101011100001011111111000100011010111000010000101110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B853F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,133,63); }

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

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

 a { background-color: rgb(43,133,63); }

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

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

 span { border-color: rgb(43,133,63); }

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