Html Css Color HEX #2C392F Gordons Green

📋 copy color: '#2C392F'

red 44 ◦ green 57 ◦ blue 47

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

Shades of Gordons Green #2C392F

Tints of Gordons Green #2C392F

RGB

 RED value IS 44 (17.58% from 255) = 29.73%

 GREEN value IS 57 (22.66% from 255) = 38.51%

 BLUE value IS 47 (18.75% from 255) = 31.76%

R = 29.73%
G = 38.51%
B = 31.76%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.18

 K value IS 0.78

RGB Variations

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

Color information

#2C392F (or 0x2C392F) is known color: Gordons Green. HEX triplet: 2C, 39 and 2F. RGB value is (44,57,47). Sum of RGB (Red+Green+Blue) = 44+57+47=148 (19% of max value = 765). Red value is 44 (17.58% from 255 or 29.73% from 148); Green value is 57 (22.66% from 255 or 38.51% from 148); Blue value is 47 (18.75% from 255 or 31.76% from 148); Max value from RGB is 57 - color contains mainly: green. Hex color #2C392F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C392F is #D3C6D0. Grayscale: #343434. Windows color (decimal): -13878993 or 3094828. OLE color: 3094828.

HSL color Cylindrical-coordinate representation of color #2C392F: hue angle of 133.85º degrees, saturation: 0.13, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #2C392F is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB 44 57 47 -
CMYK 0.23 0 0.18 0.78
HSL 133.85º 0.13% 0.2% -
HSV(B) 133.85º 0.23% 0.22% -
XYZ 3.01 3.67 3.24 -
YUV 51.97 125.19 122.31 -
System Red Green Blue C M Y K H S L
Decimal 44 57 47 0.23 0 0.18 0.78 133.85 0.13 0.2
Hex 2C 39 2F 17 0 12 4E 86 D 14
Octal 54 71 57 27 0 22 116 206 15 24
Binary 101100 111001 101111 10111 0 10010 1001110 10000110 1101 10100

Color Harmonies of #2C392F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C392F

Black with #2C392F

Text Example


Text Example

White with #2C392F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,57,47); }

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

background-color css

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

 a { background-color: rgb(44,57,47); }

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

border-color css

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

 span { border-color: rgb(44,57,47); }

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