Html Css Color HEX #2C382E Gordons Green

📋 copy color: '#2C382E'

red 44 ◦ green 56 ◦ blue 46

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

Shades of Gordons Green #2C382E

Tints of Gordons Green #2C382E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 38.36%

 BLUE value IS 46 (18.36% from 255) = 31.51%

R = 30.14%
G = 38.36%
B = 31.51%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.18

 K value IS 0.78

RGB Variations

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

Color information

#2C382E (or 0x2C382E) is known color: Gordons Green. HEX triplet: 2C, 38 and 2E. RGB value is (44,56,46). Sum of RGB (Red+Green+Blue) = 44+56+46=146 (19% of max value = 765). Red value is 44 (17.58% from 255 or 30.14% from 146); Green value is 56 (22.27% from 255 or 38.36% from 146); Blue value is 46 (18.36% from 255 or 31.51% from 146); Max value from RGB is 56 - color contains mainly: green. Hex color #2C382E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C382E is #D3C7D1. Grayscale: #333333. Windows color (decimal): -13879250 or 3029036. OLE color: 3029036.

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

Color convert

RGB 44 56 46 -
CMYK 0.21 0 0.18 0.78
HSL 130º 0.12% 0.2% -
HSV(B) 130º 0.21% 0.22% -
XYZ 2.95 3.56 3.12 -
YUV 51.27 125.02 122.81 -
System Red Green Blue C M Y K H S L
Decimal 44 56 46 0.21 0 0.18 0.78 130 0.12 0.2
Hex 2C 38 2E 15 0 12 4E 82 C 14
Octal 54 70 56 25 0 22 116 202 14 24
Binary 101100 111000 101110 10101 0 10010 1001110 10000010 1100 10100

Color Harmonies of #2C382E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C382E

Black with #2C382E

Text Example


Text Example

White with #2C382E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,56,46); }

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

background-color css

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

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

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

border-color css

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

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

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