Html Css Color HEX #2A443E Gable Green

📋 copy color: '#2A443E'

red 42 ◦ green 68 ◦ blue 62

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

Shades of Gable Green #2A443E

Tints of Gable Green #2A443E

RGB

 RED value IS 42 (16.8% from 255) = 24.42%

 GREEN value IS 68 (26.95% from 255) = 39.53%

 BLUE value IS 62 (24.61% from 255) = 36.05%

R = 24.42%
G = 39.53%
B = 36.05%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.09

 K value IS 0.73

RGB Variations

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

Color information

#2A443E (or 0x2A443E) is known color: Gable Green. HEX triplet: 2A, 44 and 3E. RGB value is (42,68,62). Sum of RGB (Red+Green+Blue) = 42+68+62=172 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.42% from 172); Green value is 68 (26.95% from 255 or 39.53% from 172); Blue value is 62 (24.61% from 255 or 36.05% from 172); Max value from RGB is 68 - color contains mainly: green. Hex color #2A443E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A443E is #D5BBC1. Grayscale: #3B3B3B. Windows color (decimal): -14007234 or 4080682. OLE color: 4080682.

HSL color Cylindrical-coordinate representation of color #2A443E: hue angle of 166.15º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2A443E is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.73.

Color convert

RGB 42 68 62 -
CMYK 0.38 0 0.09 0.73
HSL 166.15º 0.24% 0.22% -
HSV(B) 166.15º 0.38% 0.27% -
XYZ 3.89 4.97 5.31 -
YUV 59.54 129.39 115.49 -
System Red Green Blue C M Y K H S L
Decimal 42 68 62 0.38 0 0.09 0.73 166.15 0.24 0.22
Hex 2A 44 3E 26 0 9 49 A6 18 16
Octal 52 104 76 46 0 11 111 246 30 26
Binary 101010 1000100 111110 100110 0 1001 1001001 10100110 11000 10110

Color Harmonies of #2A443E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A443E

Black with #2A443E

Text Example


Text Example

White with #2A443E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,68,62); }

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

background-color css

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

 a { background-color: rgb(42,68,62); }

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

border-color css

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

 span { border-color: rgb(42,68,62); }

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