Html Css Color HEX #2F3438 Cod Grey

📋 copy color: '#2F3438'

red 47 ◦ green 52 ◦ blue 56

#2F3438
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cod Grey #2F3438

Tints of Cod Grey #2F3438

RGB

 RED value IS 47 (18.75% from 255) = 30.32%

 GREEN value IS 52 (20.7% from 255) = 33.55%

 BLUE value IS 56 (22.27% from 255) = 36.13%

R = 30.32%
G = 33.55%
B = 36.13%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#2F3438 (or 0x2F3438) is known color: Cod Grey. HEX triplet: 2F, 34 and 38. RGB value is (47,52,56). Sum of RGB (Red+Green+Blue) = 47+52+56=155 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.32% from 155); Green value is 52 (20.70% from 255 or 33.55% from 155); Blue value is 56 (22.27% from 255 or 36.13% from 155); Max value from RGB is 56 - color contains mainly: blue. Hex color #2F3438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3438 is #D0CBC7. Grayscale: #323232. Windows color (decimal): -13683656 or 3683375. OLE color: 3683375.

HSL color Cylindrical-coordinate representation of color #2F3438: hue angle of 206.67º degrees, saturation: 0.09, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #2F3438 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 47 52 56 -
CMYK 0.16 0.07 0 0.78
HSL 206.67º 0.09% 0.2% -
HSV(B) 206.67º 0.16% 0.22% -
XYZ 3.11 3.35 4.22 -
YUV 50.96 130.84 125.17 -
System Red Green Blue C M Y K H S L
Decimal 47 52 56 0.16 0.07 0 0.78 206.67 0.09 0.2
Hex 2F 34 38 10 7 0 4E CF 9 14
Octal 57 64 70 20 7 0 116 317 11 24
Binary 101111 110100 111000 10000 111 0 1001110 11001111 1001 10100

Color Harmonies of #2F3438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3438

Black with #2F3438

Text Example


Text Example

White with #2F3438

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,52,56); }

 H1.HeaderClassName
 {
   color: #2F3438;
 }
 .AnyTagClassName
 {
   color: #2F3438;
 }
</style>

background-color css

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

 a { background-color: rgb(47,52,56); }

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

border-color css

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

 span { border-color: rgb(47,52,56); }

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