Html Css Color HEX #2C403D Gable Green

📋 copy color: '#2C403D'

red 44 ◦ green 64 ◦ blue 61

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

Shades of Gable Green #2C403D

Tints of Gable Green #2C403D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 37.87%

 BLUE value IS 61 (24.22% from 255) = 36.09%

R = 26.04%
G = 37.87%
B = 36.09%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.05

 K value IS 0.75

RGB Variations

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

Color information

#2C403D (or 0x2C403D) is known color: Gable Green. HEX triplet: 2C, 40 and 3D. RGB value is (44,64,61). Sum of RGB (Red+Green+Blue) = 44+64+61=169 (22% of max value = 765). Red value is 44 (17.58% from 255 or 26.04% from 169); Green value is 64 (25.39% from 255 or 37.87% from 169); Blue value is 61 (24.22% from 255 or 36.09% from 169); Max value from RGB is 64 - color contains mainly: green. Hex color #2C403D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C403D is #D3BFC2. Grayscale: #393939. Windows color (decimal): -13877187 or 4014124. OLE color: 4014124.

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

Color convert

RGB 44 64 61 -
CMYK 0.31 0 0.05 0.75
HSL 171º 0.19% 0.21% -
HSV(B) 171º 0.31% 0.25% -
XYZ 3.71 4.54 5.1 -
YUV 57.68 129.87 118.24 -
System Red Green Blue C M Y K H S L
Decimal 44 64 61 0.31 0 0.05 0.75 171 0.19 0.21
Hex 2C 40 3D 1F 0 5 4B AB 13 15
Octal 54 100 75 37 0 5 113 253 23 25
Binary 101100 1000000 111101 11111 0 101 1001011 10101011 10011 10101

Color Harmonies of #2C403D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C403D

Black with #2C403D

Text Example


Text Example

White with #2C403D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,64,61); }

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

background-color css

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

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

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

border-color css

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

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

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