Html Css Color HEX #2A3F3C Gable Green

📋 copy color: '#2A3F3C'

red 42 ◦ green 63 ◦ blue 60

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

Shades of Gable Green #2A3F3C

Tints of Gable Green #2A3F3C

RGB

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

 GREEN value IS 63 (25% from 255) = 38.18%

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

R = 25.45%
G = 38.18%
B = 36.36%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.05

 K value IS 0.75

RGB Variations

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

Color information

#2A3F3C (or 0x2A3F3C) is known color: Gable Green. HEX triplet: 2A, 3F and 3C. RGB value is (42,63,60). Sum of RGB (Red+Green+Blue) = 42+63+60=165 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.45% from 165); Green value is 63 (25% from 255 or 38.18% from 165); Blue value is 60 (23.83% from 255 or 36.36% from 165); Max value from RGB is 63 - color contains mainly: green. Hex color #2A3F3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3F3C is #D5C0C3. Grayscale: #383838. Windows color (decimal): -14008516 or 3948330. OLE color: 3948330.

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

Color convert

RGB 42 63 60 -
CMYK 0.33 0 0.05 0.75
HSL 171.43º 0.2% 0.21% -
HSV(B) 171.43º 0.33% 0.25% -
XYZ 3.55 4.37 4.93 -
YUV 56.38 130.04 117.74 -
System Red Green Blue C M Y K H S L
Decimal 42 63 60 0.33 0 0.05 0.75 171.43 0.2 0.21
Hex 2A 3F 3C 21 0 5 4B AB 14 15
Octal 52 77 74 41 0 5 113 253 24 25
Binary 101010 111111 111100 100001 0 101 1001011 10101011 10100 10101

Color Harmonies of #2A3F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A3F3C

Black with #2A3F3C

Text Example


Text Example

White with #2A3F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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