Html Css Color HEX #2F5B40 Goblin

📋 copy color: '#2F5B40'

red 47 ◦ green 91 ◦ blue 64

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

Shades of Goblin #2F5B40

Tints of Goblin #2F5B40

RGB

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

 GREEN value IS 91 (35.94% from 255) = 45.05%

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

R = 23.27%
G = 45.05%
B = 31.68%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.30

 K value IS 0.64

RGB Variations

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

Color information

#2F5B40 (or 0x2F5B40) is known color: Goblin. HEX triplet: 2F, 5B and 40. RGB value is (47,91,64). Sum of RGB (Red+Green+Blue) = 47+91+64=202 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.27% from 202); Green value is 91 (35.94% from 255 or 45.05% from 202); Blue value is 64 (25.39% from 255 or 31.68% from 202); Max value from RGB is 91 - color contains mainly: green. Hex color #2F5B40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5B40 is #D0A4BF. Grayscale: #4A4A4A. Windows color (decimal): -13673664 or 4217647. OLE color: 4217647.

HSL color Cylindrical-coordinate representation of color #2F5B40: hue angle of 143.18º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2F5B40 is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.

Color convert

RGB 47 91 64 -
CMYK 0.48 0 0.30 0.64
HSL 143.18º 0.32% 0.27% -
HSV(B) 143.18º 0.48% 0.36% -
XYZ 5.84 8.46 6.18 -
YUV 74.77 121.92 108.2 -
System Red Green Blue C M Y K H S L
Decimal 47 91 64 0.48 0 0.30 0.64 143.18 0.32 0.27
Hex 2F 5B 40 30 0 1E 40 8F 20 1B
Octal 57 133 100 60 0 36 100 217 40 33
Binary 101111 1011011 1000000 110000 0 11110 1000000 10001111 100000 11011

Color Harmonies of #2F5B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5B40

Black with #2F5B40

Text Example


Text Example

White with #2F5B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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