#2D8636

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

Shades of Japanese Laurel #2D8636

Tints of Japanese Laurel #2D8636

Color information

#2D8636 (or 0x2D8636) is unknown color: approx Japanese Laurel. HEX triplet: 2D, 86 and 36. RGB value is (45,134,54). Sum of RGB (Red+Green+Blue) = 45+134+54=233 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.31% from 233); Green value is 134 (52.73% from 255 or 57.51% from 233); Blue value is 54 (21.48% from 255 or 23.18% from 233); Max value from RGB is 134 - color contains mainly: green. Hex color #2D8636 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8636 is #D279C9. Grayscale: #626262. Windows color (decimal): -13793738 or 3573293. OLE color: 3573293.

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

Color convert

RGB4513454-
CMYK0.6600.600.47
HSL126.07º49.72%35.1%-
HSV(B)126.07º66.42%52.55%-
XYZ10.2717.876.4-
YUV98.27103.0190-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.31%
GREEN value IS 134 (52.73% from 255) = 57.51%
BLUE value IS 54 (21.48% from 255) = 23.18%
R=19.31%
G=57.51%
B=23.18%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal45134540.6600.600.47126.0749.7235.1
Hex2D86364203C2F7e3223
Octal5520666102074571766243
Binary10110110000110110110100001001111001011111111110110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,134,54); }

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

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

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

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

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

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

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