Html Css Color HEX #2A423C Gable Green

📋 copy color: '#2A423C'

red 42 ◦ green 66 ◦ blue 60

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

Shades of Gable Green #2A423C

Tints of Gable Green #2A423C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 39.29%

 BLUE value IS 60 (23.83% from 255) = 35.71%

R = 25%
G = 39.29%
B = 35.71%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.09

 K value IS 0.74

RGB Variations

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

Color information

#2A423C (or 0x2A423C) is known color: Gable Green. HEX triplet: 2A, 42 and 3C. RGB value is (42,66,60). Sum of RGB (Red+Green+Blue) = 42+66+60=168 (22% of max value = 765). Red value is 42 (16.80% from 255 or 25% from 168); Green value is 66 (26.17% from 255 or 39.29% from 168); Blue value is 60 (23.83% from 255 or 35.71% from 168); Max value from RGB is 66 - color contains mainly: green. Hex color #2A423C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A423C is #D5BDC3. Grayscale: #3A3A3A. Windows color (decimal): -14007748 or 3949098. OLE color: 3949098.

HSL color Cylindrical-coordinate representation of color #2A423C: hue angle of 165º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2A423C is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.74.

Color convert

RGB 42 66 60 -
CMYK 0.36 0 0.09 0.74
HSL 165º 0.22% 0.21% -
HSV(B) 165º 0.36% 0.26% -
XYZ 3.72 4.71 4.99 -
YUV 58.14 129.05 116.49 -
System Red Green Blue C M Y K H S L
Decimal 42 66 60 0.36 0 0.09 0.74 165 0.22 0.21
Hex 2A 42 3C 24 0 9 4A A5 16 15
Octal 52 102 74 44 0 11 112 245 26 25
Binary 101010 1000010 111100 100100 0 1001 1001010 10100101 10110 10101

Color Harmonies of #2A423C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A423C

Black with #2A423C

Text Example


Text Example

White with #2A423C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,66,60); }

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

background-color css

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

 a { background-color: rgb(42,66,60); }

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

border-color css

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

 span { border-color: rgb(42,66,60); }

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