#2D8335

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

Shades of Japanese Laurel #2D8335

Tints of Japanese Laurel #2D8335

Color information

#2D8335 (or 0x2D8335) is unknown color: approx Japanese Laurel. HEX triplet: 2D, 83 and 35. RGB value is (45,131,53). Sum of RGB (Red+Green+Blue) = 45+131+53=229 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.65% from 229); Green value is 131 (51.56% from 255 or 57.21% from 229); Blue value is 53 (21.09% from 255 or 23.14% from 229); Max value from RGB is 131 - color contains mainly: green. Hex color #2D8335 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8335 is #D27CCA. Grayscale: #606060. Windows color (decimal): -13794507 or 3506989. OLE color: 3506989.

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

Color convert

RGB4513153-
CMYK0.6600.600.49
HSL125.58º48.86%34.51%-
HSV(B)125.58º65.65%51.37%-
XYZ9.8417.056.14-
YUV96.39103.5191.34-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.65%
GREEN value IS 131 (51.56% from 255) = 57.21%
BLUE value IS 53 (21.09% from 255) = 23.14%
R=19.65%
G=57.21%
B=23.14%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal45131530.6600.600.49125.5848.8634.51
Hex2D83354203C317e3123
Octal5520365102074611766143
Binary10110110000011110101100001001111001100011111110110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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