Html Css Color HEX #2F3C3A Gable Green

📋 copy color: '#2F3C3A'

red 47 ◦ green 60 ◦ blue 58

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

Shades of Gable Green #2F3C3A

Tints of Gable Green #2F3C3A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 36.36%

 BLUE value IS 58 (23.05% from 255) = 35.15%

R = 28.48%
G = 36.36%
B = 35.15%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.03

 K value IS 0.76

RGB Variations

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

Color information

#2F3C3A (or 0x2F3C3A) is known color: Gable Green. HEX triplet: 2F, 3C and 3A. RGB value is (47,60,58). Sum of RGB (Red+Green+Blue) = 47+60+58=165 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.48% from 165); Green value is 60 (23.83% from 255 or 36.36% from 165); Blue value is 58 (23.05% from 255 or 35.15% from 165); Max value from RGB is 60 - color contains mainly: green. Hex color #2F3C3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3C3A is #D0C3C5. Grayscale: #373737. Windows color (decimal): -13681606 or 3816495. OLE color: 3816495.

HSL color Cylindrical-coordinate representation of color #2F3C3A: hue angle of 170.77º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #2F3C3A is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.76.

Color convert

RGB 47 60 58 -
CMYK 0.22 0 0.03 0.76
HSL 170.77º 0.12% 0.21% -
HSV(B) 170.77º 0.22% 0.24% -
XYZ 3.55 4.14 4.62 -
YUV 55.89 129.19 121.66 -
System Red Green Blue C M Y K H S L
Decimal 47 60 58 0.22 0 0.03 0.76 170.77 0.12 0.21
Hex 2F 3C 3A 16 0 3 4C AB C 15
Octal 57 74 72 26 0 3 114 253 14 25
Binary 101111 111100 111010 10110 0 11 1001100 10101011 1100 10101

Color Harmonies of #2F3C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3C3A

Black with #2F3C3A

Text Example


Text Example

White with #2F3C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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