Html Css Color HEX #2F5E3E Goblin

📋 copy color: '#2F5E3E'

red 47 ◦ green 94 ◦ blue 62

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

Shades of Goblin #2F5E3E

Tints of Goblin #2F5E3E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 46.31%

 BLUE value IS 62 (24.61% from 255) = 30.54%

R = 23.15%
G = 46.31%
B = 30.54%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.34

 K value IS 0.63

RGB Variations

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

Color information

#2F5E3E (or 0x2F5E3E) is known color: Goblin. HEX triplet: 2F, 5E and 3E. RGB value is (47,94,62). Sum of RGB (Red+Green+Blue) = 47+94+62=203 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.15% from 203); Green value is 94 (37.11% from 255 or 46.31% from 203); Blue value is 62 (24.61% from 255 or 30.54% from 203); Max value from RGB is 94 - color contains mainly: green. Hex color #2F5E3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5E3E is #D0A1C1. Grayscale: #4C4C4C. Windows color (decimal): -13672898 or 4087343. OLE color: 4087343.

HSL color Cylindrical-coordinate representation of color #2F5E3E: hue angle of 139.15º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2F5E3E is Cyan = 0.5, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.63.

Color convert

RGB 47 94 62 -
CMYK 0.5 0 0.34 0.63
HSL 139.15º 0.33% 0.28% -
HSV(B) 139.15º 0.5% 0.37% -
XYZ 6.04 8.96 5.97 -
YUV 76.3 119.93 107.1 -
System Red Green Blue C M Y K H S L
Decimal 47 94 62 0.5 0 0.34 0.63 139.15 0.33 0.28
Hex 2F 5E 3E 32 0 22 3F 8B 21 1C
Octal 57 136 76 62 0 42 77 213 41 34
Binary 101111 1011110 111110 110010 0 100010 111111 10001011 100001 11100

Color Harmonies of #2F5E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5E3E

Black with #2F5E3E

Text Example


Text Example

White with #2F5E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,94,62); }

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

background-color css

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

 a { background-color: rgb(47,94,62); }

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

border-color css

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

 span { border-color: rgb(47,94,62); }

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