Html Css Color HEX #2F5440 Goblin

📋 copy color: '#2F5440'

red 47 ◦ green 84 ◦ blue 64

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

Shades of Goblin #2F5440

Tints of Goblin #2F5440

RGB

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

 GREEN value IS 84 (33.2% from 255) = 43.08%

 BLUE value IS 64 (25.39% from 255) = 32.82%

R = 24.1%
G = 43.08%
B = 32.82%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#2F5440 (or 0x2F5440) is known color: Goblin. HEX triplet: 2F, 54 and 40. RGB value is (47,84,64). Sum of RGB (Red+Green+Blue) = 47+84+64=195 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.10% from 195); Green value is 84 (33.20% from 255 or 43.08% from 195); Blue value is 64 (25.39% from 255 or 32.82% from 195); Max value from RGB is 84 - color contains mainly: green. Hex color #2F5440 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5440 is #D0ABBF. Grayscale: #464646. Windows color (decimal): -13675456 or 4215855. OLE color: 4215855.

HSL color Cylindrical-coordinate representation of color #2F5440: hue angle of 147.57º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2F5440 is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB 47 84 64 -
CMYK 0.44 0 0.24 0.67
HSL 147.57º 0.28% 0.26% -
HSV(B) 147.57º 0.44% 0.33% -
XYZ 5.27 7.32 5.98 -
YUV 70.66 124.24 111.13 -
System Red Green Blue C M Y K H S L
Decimal 47 84 64 0.44 0 0.24 0.67 147.57 0.28 0.26
Hex 2F 54 40 2C 0 18 43 94 1C 1A
Octal 57 124 100 54 0 30 103 224 34 32
Binary 101111 1010100 1000000 101100 0 11000 1000011 10010100 11100 11010

Color Harmonies of #2F5440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5440

Black with #2F5440

Text Example


Text Example

White with #2F5440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,84,64); }

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

background-color css

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

 a { background-color: rgb(47,84,64); }

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

border-color css

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

 span { border-color: rgb(47,84,64); }

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