#2d832d

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

Shades of Japanese Laurel #2D832D

Tints of Japanese Laurel #2D832D

Color information

#2D832D (or 0x2D832D) is unknown color: approx Japanese Laurel. HEX triplet: 2D, 83 and 2D. RGB value is (45,131,45). Sum of RGB (Red+Green+Blue) = 45+131+45=221 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.36% from 221); Green value is 131 (51.56% from 255 or 59.28% from 221); Blue value is 45 (17.97% from 255 or 20.36% from 221); Max value from RGB is 131 - color contains mainly: green. Hex color #2D832D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D832D is #D27CD2. Grayscale: #5F5F5F. Windows color (decimal): -13794515 or 2982701. OLE color: 2982701.

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

Color convert

RGB4513145-
CMYK0.6600.660.49
HSL120º48.86%34.51%-
HSV(B)120º65.65%51.37%-
XYZ9.6716.985.25-
YUV95.4899.5191.99-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20.36%
GREEN value IS 131 (51.56% from 255) = 59.28%
BLUE value IS 45 (17.97% from 255) = 20.36%
R=20.36%
G=59.28%
B=20.36%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal45131450.6600.660.4912048.8634.51
Hex2D832D4204231783123
Octal55203551020102611706143
Binary101101100000111011011000010010000101100011111000110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d832d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,131,45); }

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

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

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

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

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

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

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