Html Css Color HEX #2C362C Gordons Green

📋 copy color: '#2C362C'

red 44 ◦ green 54 ◦ blue 44

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

Shades of Gordons Green #2C362C

Tints of Gordons Green #2C362C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 38.03%

 BLUE value IS 44 (17.58% from 255) = 30.99%

R = 30.99%
G = 38.03%
B = 30.99%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.19

 K value IS 0.79

RGB Variations

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

Color information

#2C362C (or 0x2C362C) is known color: Gordons Green. HEX triplet: 2C, 36 and 2C. RGB value is (44,54,44). Sum of RGB (Red+Green+Blue) = 44+54+44=142 (18% of max value = 765). Red value is 44 (17.58% from 255 or 30.99% from 142); Green value is 54 (21.48% from 255 or 38.03% from 142); Blue value is 44 (17.58% from 255 or 30.99% from 142); Max value from RGB is 54 - color contains mainly: green. Hex color #2C362C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C362C is #D3C9D3. Grayscale: #313131. Windows color (decimal): -13879764 or 2897452. OLE color: 2897452.

HSL color Cylindrical-coordinate representation of color #2C362C: hue angle of 120º degrees, saturation: 0.1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #2C362C is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.79.

Color convert

RGB 44 54 44 -
CMYK 0.19 0 0.19 0.79
HSL 120º 0.1% 0.19% -
HSV(B) 120º 0.19% 0.21% -
XYZ 2.81 3.36 2.88 -
YUV 49.87 124.69 123.81 -
System Red Green Blue C M Y K H S L
Decimal 44 54 44 0.19 0 0.19 0.79 120 0.1 0.19
Hex 2C 36 2C 13 0 13 4F 78 A 13
Octal 54 66 54 23 0 23 117 170 12 23
Binary 101100 110110 101100 10011 0 10011 1001111 1111000 1010 10011

Color Harmonies of #2C362C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C362C

Black with #2C362C

Text Example


Text Example

White with #2C362C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,54,44); }

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

background-color css

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

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

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

border-color css

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

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

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