#2D8341

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

Shades of Japanese Laurel #2D8341

Tints of Japanese Laurel #2D8341

Color information

#2D8341 (or 0x2D8341) is unknown color: approx Japanese Laurel. HEX triplet: 2D, 83 and 41. RGB value is (45,131,65). Sum of RGB (Red+Green+Blue) = 45+131+65=241 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.67% from 241); Green value is 131 (51.56% from 255 or 54.36% from 241); Blue value is 65 (25.78% from 255 or 26.97% from 241); Max value from RGB is 131 - color contains mainly: green. Hex color #2D8341 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8341 is #D27CBE. Grayscale: #616161. Windows color (decimal): -13794495 or 4293421. OLE color: 4293421.

HSL color Cylindrical-coordinate representation of color #2D8341: hue angle of 133.95º 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 #2D8341 is Cyan = 0.66, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB4513165-
CMYK0.6600.500.49
HSL133.95º48.86%34.51%-
HSV(B)133.95º65.65%51.37%-
XYZ10.1517.177.78-
YUV97.76109.5190.37-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.67%
GREEN value IS 131 (51.56% from 255) = 54.36%
BLUE value IS 65 (25.78% from 255) = 26.97%
R=18.67%
G=54.36%
B=26.97%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal45131650.6600.500.49133.9548.8634.51
Hex2D83414203231863123
Octal55203101102062612066143
Binary1011011000001110000011000010011001011000110000110110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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