#2D8263

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

Shades of Viridian #2D8263

Tints of Viridian #2D8263

Color information

#2D8263 (or 0x2D8263) is unknown color: approx Viridian. HEX triplet: 2D, 82 and 63. RGB value is (45,130,99). Sum of RGB (Red+Green+Blue) = 45+130+99=274 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.42% from 274); Green value is 130 (51.17% from 255 or 47.45% from 274); Blue value is 99 (39.06% from 255 or 36.13% from 274); Max value from RGB is 130 - color contains mainly: green. Hex color #2D8263 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8263 is #D27D9C. Grayscale: #656565. Windows color (decimal): -13794717 or 6521389. OLE color: 6521389.

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

Color convert

RGB4513099-
CMYK0.6500.240.49
HSL158.12º48.57%34.31%-
HSV(B)158.12º65.38%50.98%-
XYZ11.3217.4214.57-
YUV101.05126.8488.02-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.42%
GREEN value IS 130 (51.17% from 255) = 47.45%
BLUE value IS 99 (39.06% from 255) = 36.13%
R=16.42%
G=47.45%
B=36.13%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal45130990.6500.240.49158.1248.5734.31
Hex2D826341018319e3122
Octal55202143101030612366142
Binary101101100000101100011100000101100011000110011110110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,130,99); }

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

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

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

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

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

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

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