Html Css Color HEX #2C382F Gordons Green

📋 copy color: '#2C382F'

red 44 ◦ green 56 ◦ blue 47

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

Shades of Gordons Green #2C382F

Tints of Gordons Green #2C382F

RGB

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

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

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

R = 29.93%
G = 38.1%
B = 31.97%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.16

 K value IS 0.78

RGB Variations

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

Color information

#2C382F (or 0x2C382F) is known color: Gordons Green. HEX triplet: 2C, 38 and 2F. RGB value is (44,56,47). Sum of RGB (Red+Green+Blue) = 44+56+47=147 (19% of max value = 765). Red value is 44 (17.58% from 255 or 29.93% from 147); Green value is 56 (22.27% from 255 or 38.10% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 56 - color contains mainly: green. Hex color #2C382F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C382F is #D3C7D0. Grayscale: #333333. Windows color (decimal): -13879249 or 3094572. OLE color: 3094572.

HSL color Cylindrical-coordinate representation of color #2C382F: hue angle of 135º 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 #2C382F is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB 44 56 47 -
CMYK 0.21 0 0.16 0.78
HSL 135º 0.12% 0.2% -
HSV(B) 135º 0.21% 0.22% -
XYZ 2.97 3.57 3.22 -
YUV 51.39 125.52 122.73 -
System Red Green Blue C M Y K H S L
Decimal 44 56 47 0.21 0 0.16 0.78 135 0.12 0.2
Hex 2C 38 2F 15 0 10 4E 87 C 14
Octal 54 70 57 25 0 20 116 207 14 24
Binary 101100 111000 101111 10101 0 10000 1001110 10000111 1100 10100

Color Harmonies of #2C382F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C382F

Black with #2C382F

Text Example


Text Example

White with #2C382F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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