Html Css Color HEX #2F5A3C Goblin

📋 copy color: '#2F5A3C'

red 47 ◦ green 90 ◦ blue 60

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

Shades of Goblin #2F5A3C

Tints of Goblin #2F5A3C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 45.69%

 BLUE value IS 60 (23.83% from 255) = 30.46%

R = 23.86%
G = 45.69%
B = 30.46%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#2F5A3C (or 0x2F5A3C) is known color: Goblin. HEX triplet: 2F, 5A and 3C. RGB value is (47,90,60). Sum of RGB (Red+Green+Blue) = 47+90+60=197 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.86% from 197); Green value is 90 (35.55% from 255 or 45.69% from 197); Blue value is 60 (23.83% from 255 or 30.46% from 197); Max value from RGB is 90 - color contains mainly: green. Hex color #2F5A3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5A3C is #D0A5C3. Grayscale: #494949. Windows color (decimal): -13673924 or 3955247. OLE color: 3955247.

HSL color Cylindrical-coordinate representation of color #2F5A3C: hue angle of 138.14º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2F5A3C is Cyan = 0.48, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB 47 90 60 -
CMYK 0.48 0 0.33 0.65
HSL 138.14º 0.31% 0.27% -
HSV(B) 138.14º 0.48% 0.35% -
XYZ 5.64 8.24 5.57 -
YUV 73.72 120.25 108.94 -
System Red Green Blue C M Y K H S L
Decimal 47 90 60 0.48 0 0.33 0.65 138.14 0.31 0.27
Hex 2F 5A 3C 30 0 21 41 8A 1F 1B
Octal 57 132 74 60 0 41 101 212 37 33
Binary 101111 1011010 111100 110000 0 100001 1000001 10001010 11111 11011

Color Harmonies of #2F5A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5A3C

Black with #2F5A3C

Text Example


Text Example

White with #2F5A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,90,60); }

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

background-color css

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

 a { background-color: rgb(47,90,60); }

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

border-color css

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

 span { border-color: rgb(47,90,60); }

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