Html Css Color HEX #2A413B Gable Green

📋 copy color: '#2A413B'

red 42 ◦ green 65 ◦ blue 59

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

Shades of Gable Green #2A413B

Tints of Gable Green #2A413B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 39.16%

 BLUE value IS 59 (23.44% from 255) = 35.54%

R = 25.3%
G = 39.16%
B = 35.54%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.09

 K value IS 0.75

RGB Variations

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

Color information

#2A413B (or 0x2A413B) is known color: Gable Green. HEX triplet: 2A, 41 and 3B. RGB value is (42,65,59). Sum of RGB (Red+Green+Blue) = 42+65+59=166 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.30% from 166); Green value is 65 (25.78% from 255 or 39.16% from 166); Blue value is 59 (23.44% from 255 or 35.54% from 166); Max value from RGB is 65 - color contains mainly: green. Hex color #2A413B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A413B is #D5BEC4. Grayscale: #393939. Windows color (decimal): -14008005 or 3883306. OLE color: 3883306.

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

Color convert

RGB 42 65 59 -
CMYK 0.35 0 0.09 0.75
HSL 164.35º 0.21% 0.21% -
HSV(B) 164.35º 0.35% 0.25% -
XYZ 3.63 4.59 4.83 -
YUV 57.44 128.88 116.99 -
System Red Green Blue C M Y K H S L
Decimal 42 65 59 0.35 0 0.09 0.75 164.35 0.21 0.21
Hex 2A 41 3B 23 0 9 4B A4 15 15
Octal 52 101 73 43 0 11 113 244 25 25
Binary 101010 1000001 111011 100011 0 1001 1001011 10100100 10101 10101

Color Harmonies of #2A413B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A413B

Black with #2A413B

Text Example


Text Example

White with #2A413B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,65,59); }

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

background-color css

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

 a { background-color: rgb(42,65,59); }

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

border-color css

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

 span { border-color: rgb(42,65,59); }

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