Html Css Color HEX #2A433C Gable Green

📋 copy color: '#2A433C'

red 42 ◦ green 67 ◦ blue 60

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

Shades of Gable Green #2A433C

Tints of Gable Green #2A433C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 39.64%

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

R = 24.85%
G = 39.64%
B = 35.5%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.10

 K value IS 0.74

RGB Variations

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

Color information

#2A433C (or 0x2A433C) is known color: Gable Green. HEX triplet: 2A, 43 and 3C. RGB value is (42,67,60). Sum of RGB (Red+Green+Blue) = 42+67+60=169 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.85% from 169); Green value is 67 (26.56% from 255 or 39.64% from 169); Blue value is 60 (23.83% from 255 or 35.50% from 169); Max value from RGB is 67 - color contains mainly: green. Hex color #2A433C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A433C is #D5BCC3. Grayscale: #3A3A3A. Windows color (decimal): -14007492 or 3949354. OLE color: 3949354.

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

Color convert

RGB 42 67 60 -
CMYK 0.37 0 0.10 0.74
HSL 163.2º 0.23% 0.21% -
HSV(B) 163.2º 0.37% 0.26% -
XYZ 3.78 4.83 5.01 -
YUV 58.73 128.72 116.07 -
System Red Green Blue C M Y K H S L
Decimal 42 67 60 0.37 0 0.10 0.74 163.2 0.23 0.21
Hex 2A 43 3C 25 0 A 4A A3 17 15
Octal 52 103 74 45 0 12 112 243 27 25
Binary 101010 1000011 111100 100101 0 1010 1001010 10100011 10111 10101

Color Harmonies of #2A433C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A433C

Black with #2A433C

Text Example


Text Example

White with #2A433C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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