#2A3035

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

Shades of Cod Grey #2A3035

Tints of Cod Grey #2A3035

Color information

#2A3035 (or 0x2A3035) is unknown color: approx Cod Grey. HEX triplet: 2A, 30 and 35. RGB value is (42,48,53). Sum of RGB (Red+Green+Blue) = 42+48+53=143 (18% of max value = 765). Red value is 42 (16.80% from 255 or 29.37% from 143); Green value is 48 (19.14% from 255 or 33.57% from 143); Blue value is 53 (21.09% from 255 or 37.06% from 143); Max value from RGB is 53 - color contains mainly: blue. Hex color #2A3035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3035 is #D5CFCA. Grayscale: #2E2E2E. Windows color (decimal): -14012363 or 3485738. OLE color: 3485738.

HSL color Cylindrical-coordinate representation of color #2A3035: hue angle of 207.27º degrees, saturation: 0.12, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #2A3035 is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB424853-
CMYK0.210.0900.79
HSL207.27º11.58%18.63%-
HSV(B)207.27º20.75%20.78%-
XYZ2.652.863.78-
YUV46.78131.51124.59-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 29.37%
GREEN value IS 48 (19.14% from 255) = 33.57%
BLUE value IS 53 (21.09% from 255) = 37.06%
R=29.37%
G=33.57%
B=37.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4248530.210.0900.79207.2711.5818.63
Hex2A303515904Fcfc13
Octal526065251101173171423
Binary1010101100001101011010110010100111111001111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,48,53); }

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

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

 a { background-color: rgb(42,48,53); }

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

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

 span { border-color: rgb(42,48,53); }

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