#2d883b

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

Shades of Japanese Laurel #2D883B

Tints of Japanese Laurel #2D883B

Color information

#2D883B (or 0x2D883B) is unknown color: approx Japanese Laurel. HEX triplet: 2D, 88 and 3B. RGB value is (45,136,59). Sum of RGB (Red+Green+Blue) = 45+136+59=240 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.75% from 240); Green value is 136 (53.52% from 255 or 56.67% from 240); Blue value is 59 (23.44% from 255 or 24.58% from 240); Max value from RGB is 136 - color contains mainly: green. Hex color #2D883B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D883B is #D277C4. Grayscale: #646464. Windows color (decimal): -13793221 or 3901485. OLE color: 3901485.

HSL color Cylindrical-coordinate representation of color #2D883B: hue angle of 129.23º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D883B is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB4513659-
CMYK0.6700.570.47
HSL129.23º50.28%35.49%-
HSV(B)129.23º66.91%53.33%-
XYZ10.6818.487.14-
YUV100.01104.8588.76-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.75%
GREEN value IS 136 (53.52% from 255) = 56.67%
BLUE value IS 59 (23.44% from 255) = 24.58%
R=18.75%
G=56.67%
B=24.58%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal45136590.6700.570.47129.2350.2835.49
Hex2D883B430392F813223
Octal5521073103071572016243
Binary101101100010001110111000011011100110111110000001110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d883b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,136,59); }

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

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

 a { background-color: rgb(45,136,59); }

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

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

 span { border-color: rgb(45,136,59); }

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