#2D664B

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

Shades of Green Pea #2D664B

Tints of Green Pea #2D664B

Color information

#2D664B (or 0x2D664B) is unknown color: approx Green Pea. HEX triplet: 2D, 66 and 4B. RGB value is (45,102,75). Sum of RGB (Red+Green+Blue) = 45+102+75=222 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.27% from 222); Green value is 102 (40.23% from 255 or 45.95% from 222); Blue value is 75 (29.69% from 255 or 33.78% from 222); Max value from RGB is 102 - color contains mainly: green. Hex color #2D664B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D664B is #D299B4. Grayscale: #515151. Windows color (decimal): -13801909 or 4941357. OLE color: 4941357.

HSL color Cylindrical-coordinate representation of color #2D664B: hue angle of 151.58º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2D664B is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.6.

Color convert

RGB4510275-
CMYK0.5600.260.6
HSL151.58º38.78%28.82%-
HSV(B)151.58º55.88%40%-
XYZ7.110.578.32-
YUV81.88124.12101.7-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20.27%
GREEN value IS 102 (40.23% from 255) = 45.95%
BLUE value IS 75 (29.69% from 255) = 33.78%
R=20.27%
G=45.95%
B=33.78%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal45102750.5600.260.6151.5838.7828.82
Hex2D664B3801A3C98271d
Octal5514611370032742304735
Binary101101110011010010111110000110101111001001100010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D664B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,102,75); }

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

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

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

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

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

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

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