Html Css Color HEX #2F5A40 Goblin

📋 copy color: '#2F5A40'

red 47 ◦ green 90 ◦ blue 64

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

Shades of Goblin #2F5A40

Tints of Goblin #2F5A40

RGB

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

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

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

R = 23.38%
G = 44.78%
B = 31.84%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.29

 K value IS 0.65

RGB Variations

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

Color information

#2F5A40 (or 0x2F5A40) is known color: Goblin. HEX triplet: 2F, 5A and 40. RGB value is (47,90,64). Sum of RGB (Red+Green+Blue) = 47+90+64=201 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.38% from 201); Green value is 90 (35.55% from 255 or 44.78% from 201); Blue value is 64 (25.39% from 255 or 31.84% from 201); Max value from RGB is 90 - color contains mainly: green. Hex color #2F5A40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5A40 is #D0A5BF. Grayscale: #4A4A4A. Windows color (decimal): -13673920 or 4217391. OLE color: 4217391.

HSL color Cylindrical-coordinate representation of color #2F5A40: hue angle of 143.72º 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 #2F5A40 is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.

Color convert

RGB 47 90 64 -
CMYK 0.48 0 0.29 0.65
HSL 143.72º 0.31% 0.27% -
HSV(B) 143.72º 0.48% 0.35% -
XYZ 5.75 8.29 6.15 -
YUV 74.18 122.25 108.61 -
System Red Green Blue C M Y K H S L
Decimal 47 90 64 0.48 0 0.29 0.65 143.72 0.31 0.27
Hex 2F 5A 40 30 0 1D 41 90 1F 1B
Octal 57 132 100 60 0 35 101 220 37 33
Binary 101111 1011010 1000000 110000 0 11101 1000001 10010000 11111 11011

Color Harmonies of #2F5A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5A40

Black with #2F5A40

Text Example


Text Example

White with #2F5A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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