Html Css Color HEX #2A413C Gable Green

📋 copy color: '#2A413C'

red 42 ◦ green 65 ◦ blue 60

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

Shades of Gable Green #2A413C

Tints of Gable Green #2A413C

RGB

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

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

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

R = 25.15%
G = 38.92%
B = 35.93%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.08

 K value IS 0.75

RGB Variations

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

Color information

#2A413C (or 0x2A413C) is known color: Gable Green. HEX triplet: 2A, 41 and 3C. RGB value is (42,65,60). Sum of RGB (Red+Green+Blue) = 42+65+60=167 (22% of max value = 765). Red value is 42 (16.80% from 255 or 25.15% from 167); Green value is 65 (25.78% from 255 or 38.92% from 167); Blue value is 60 (23.83% from 255 or 35.93% from 167); Max value from RGB is 65 - color contains mainly: green. Hex color #2A413C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A413C is #D5BEC3. Grayscale: #393939. Windows color (decimal): -14008004 or 3948842. OLE color: 3948842.

HSL color Cylindrical-coordinate representation of color #2A413C: hue angle of 166.96º 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 #2A413C is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB 42 65 60 -
CMYK 0.35 0 0.08 0.75
HSL 166.96º 0.21% 0.21% -
HSV(B) 166.96º 0.35% 0.25% -
XYZ 3.66 4.6 4.97 -
YUV 57.55 129.38 116.91 -
System Red Green Blue C M Y K H S L
Decimal 42 65 60 0.35 0 0.08 0.75 166.96 0.21 0.21
Hex 2A 41 3C 23 0 8 4B A7 15 15
Octal 52 101 74 43 0 10 113 247 25 25
Binary 101010 1000001 111100 100011 0 1000 1001011 10100111 10101 10101

Color Harmonies of #2A413C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A413C

Black with #2A413C

Text Example


Text Example

White with #2A413C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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