Html Css Color HEX #2C372F Gordons Green

📋 copy color: '#2C372F'

red 44 ◦ green 55 ◦ blue 47

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

Shades of Gordons Green #2C372F

Tints of Gordons Green #2C372F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 37.67%

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

R = 30.14%
G = 37.67%
B = 32.19%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.15

 K value IS 0.78

RGB Variations

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

Color information

#2C372F (or 0x2C372F) is known color: Gordons Green. HEX triplet: 2C, 37 and 2F. RGB value is (44,55,47). Sum of RGB (Red+Green+Blue) = 44+55+47=146 (19% of max value = 765). Red value is 44 (17.58% from 255 or 30.14% from 146); Green value is 55 (21.88% from 255 or 37.67% from 146); Blue value is 47 (18.75% from 255 or 32.19% from 146); Max value from RGB is 55 - color contains mainly: green. Hex color #2C372F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C372F is #D3C8D0. Grayscale: #323232. Windows color (decimal): -13879505 or 3094316. OLE color: 3094316.

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

Color convert

RGB 44 55 47 -
CMYK 0.2 0 0.15 0.78
HSL 136.36º 0.11% 0.19% -
HSV(B) 136.36º 0.2% 0.22% -
XYZ 2.92 3.47 3.21 -
YUV 50.8 125.86 123.15 -
System Red Green Blue C M Y K H S L
Decimal 44 55 47 0.2 0 0.15 0.78 136.36 0.11 0.19
Hex 2C 37 2F 14 0 F 4E 88 B 13
Octal 54 67 57 24 0 17 116 210 13 23
Binary 101100 110111 101111 10100 0 1111 1001110 10001000 1011 10011

Color Harmonies of #2C372F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C372F

Black with #2C372F

Text Example


Text Example

White with #2C372F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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