Html Css Color HEX #2A3E3A Gable Green

📋 copy color: '#2A3E3A'

red 42 ◦ green 62 ◦ blue 58

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

Shades of Gable Green #2A3E3A

Tints of Gable Green #2A3E3A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 38.27%

 BLUE value IS 58 (23.05% from 255) = 35.8%

R = 25.93%
G = 38.27%
B = 35.8%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.06

 K value IS 0.76

RGB Variations

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

Color information

#2A3E3A (or 0x2A3E3A) is known color: Gable Green. HEX triplet: 2A, 3E and 3A. RGB value is (42,62,58). Sum of RGB (Red+Green+Blue) = 42+62+58=162 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.93% from 162); Green value is 62 (24.61% from 255 or 38.27% from 162); Blue value is 58 (23.05% from 255 or 35.80% from 162); Max value from RGB is 62 - color contains mainly: green. Hex color #2A3E3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3E3A is #D5C1C5. Grayscale: #373737. Windows color (decimal): -14008774 or 3817002. OLE color: 3817002.

HSL color Cylindrical-coordinate representation of color #2A3E3A: hue angle of 168º degrees, saturation: 0.19, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #2A3E3A is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.76.

Color convert

RGB 42 62 58 -
CMYK 0.32 0 0.06 0.76
HSL 168º 0.19% 0.2% -
HSV(B) 168º 0.32% 0.24% -
XYZ 3.44 4.24 4.64 -
YUV 55.56 129.37 118.33 -
System Red Green Blue C M Y K H S L
Decimal 42 62 58 0.32 0 0.06 0.76 168 0.19 0.2
Hex 2A 3E 3A 20 0 6 4C A8 13 14
Octal 52 76 72 40 0 6 114 250 23 24
Binary 101010 111110 111010 100000 0 110 1001100 10101000 10011 10100

Color Harmonies of #2A3E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A3E3A

Black with #2A3E3A

Text Example


Text Example

White with #2A3E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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