Html Css Color HEX #2F5339 Goblin

📋 copy color: '#2F5339'

red 47 ◦ green 83 ◦ blue 57

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

Shades of Goblin #2F5339

Tints of Goblin #2F5339

RGB

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

 GREEN value IS 83 (32.81% from 255) = 44.39%

 BLUE value IS 57 (22.66% from 255) = 30.48%

R = 25.13%
G = 44.39%
B = 30.48%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.31

 K value IS 0.67

RGB Variations

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

Color information

#2F5339 (or 0x2F5339) is known color: Goblin. HEX triplet: 2F, 53 and 39. RGB value is (47,83,57). Sum of RGB (Red+Green+Blue) = 47+83+57=187 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.13% from 187); Green value is 83 (32.81% from 255 or 44.39% from 187); Blue value is 57 (22.66% from 255 or 30.48% from 187); Max value from RGB is 83 - color contains mainly: green. Hex color #2F5339 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5339 is #D0ACC6. Grayscale: #454545. Windows color (decimal): -13675719 or 3756847. OLE color: 3756847.

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

Color convert

RGB 47 83 57 -
CMYK 0.43 0 0.31 0.67
HSL 136.67º 0.28% 0.25% -
HSV(B) 136.67º 0.43% 0.33% -
XYZ 5 7.09 4.97 -
YUV 69.27 121.07 112.11 -
System Red Green Blue C M Y K H S L
Decimal 47 83 57 0.43 0 0.31 0.67 136.67 0.28 0.25
Hex 2F 53 39 2B 0 1F 43 89 1C 19
Octal 57 123 71 53 0 37 103 211 34 31
Binary 101111 1010011 111001 101011 0 11111 1000011 10001001 11100 11001

Color Harmonies of #2F5339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5339

Black with #2F5339

Text Example


Text Example

White with #2F5339

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,83,57); }

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

background-color css

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

 a { background-color: rgb(47,83,57); }

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

border-color css

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

 span { border-color: rgb(47,83,57); }

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