#2D802B

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

Shades of Japanese Laurel #2D802B

Tints of Japanese Laurel #2D802B

Color information

#2D802B (or 0x2D802B) is unknown color: approx Japanese Laurel. HEX triplet: 2D, 80 and 2B. RGB value is (45,128,43). Sum of RGB (Red+Green+Blue) = 45+128+43=216 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.83% from 216); Green value is 128 (50.39% from 255 or 59.26% from 216); Blue value is 43 (17.19% from 255 or 19.91% from 216); Max value from RGB is 128 - color contains mainly: green. Hex color #2D802B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D802B is #D27FD4. Grayscale: #5D5D5D. Windows color (decimal): -13795285 or 2850861. OLE color: 2850861.

HSL color Cylindrical-coordinate representation of color #2D802B: hue angle of 118.59º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D802B is Cyan = 0.65, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB4512843-
CMYK0.6500.660.50
HSL118.59º49.71%33.53%-
HSV(B)118.59º66.41%50.2%-
XYZ9.2416.174.92-
YUV93.4999.593.41-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20.83%
GREEN value IS 128 (50.39% from 255) = 59.26%
BLUE value IS 43 (17.19% from 255) = 19.91%
R=20.83%
G=59.26%
B=19.91%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal45128430.6500.660.50118.5949.7133.53
Hex2D802B4104232773222
Octal55200531010102621676242
Binary101101100000001010111000001010000101100101110111110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D802B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,128,43); }

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

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

 a { background-color: rgb(45,128,43); }

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

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

 span { border-color: rgb(45,128,43); }

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