Html Css Color HEX #2A433D Gable Green

📋 copy color: '#2A433D'

red 42 ◦ green 67 ◦ blue 61

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

Shades of Gable Green #2A433D

Tints of Gable Green #2A433D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 35.88%

R = 24.71%
G = 39.41%
B = 35.88%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.09

 K value IS 0.74

RGB Variations

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

Color information

#2A433D (or 0x2A433D) is known color: Gable Green. HEX triplet: 2A, 43 and 3D. RGB value is (42,67,61). Sum of RGB (Red+Green+Blue) = 42+67+61=170 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.71% from 170); Green value is 67 (26.56% from 255 or 39.41% from 170); Blue value is 61 (24.22% from 255 or 35.88% from 170); Max value from RGB is 67 - color contains mainly: green. Hex color #2A433D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A433D is #D5BCC2. Grayscale: #3A3A3A. Windows color (decimal): -14007491 or 4014890. OLE color: 4014890.

HSL color Cylindrical-coordinate representation of color #2A433D: hue angle of 165.6º 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 #2A433D is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.74.

Color convert

RGB 42 67 61 -
CMYK 0.37 0 0.09 0.74
HSL 165.6º 0.23% 0.21% -
HSV(B) 165.6º 0.37% 0.26% -
XYZ 3.8 4.84 5.15 -
YUV 58.84 129.22 115.99 -
System Red Green Blue C M Y K H S L
Decimal 42 67 61 0.37 0 0.09 0.74 165.6 0.23 0.21
Hex 2A 43 3D 25 0 9 4A A6 17 15
Octal 52 103 75 45 0 11 112 246 27 25
Binary 101010 1000011 111101 100101 0 1001 1001010 10100110 10111 10101

Color Harmonies of #2A433D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A433D

Black with #2A433D

Text Example


Text Example

White with #2A433D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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