Html Css Color HEX #2B423D Gable Green

📋 copy color: '#2B423D'

red 43 ◦ green 66 ◦ blue 61

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

Shades of Gable Green #2B423D

Tints of Gable Green #2B423D

RGB

 RED value IS 43 (17.19% from 255) = 25.29%

 GREEN value IS 66 (26.17% from 255) = 38.82%

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

R = 25.29%
G = 38.82%
B = 35.88%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.08

 K value IS 0.74

RGB Variations

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

Color information

#2B423D (or 0x2B423D) is known color: Gable Green. HEX triplet: 2B, 42 and 3D. RGB value is (43,66,61). Sum of RGB (Red+Green+Blue) = 43+66+61=170 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.29% from 170); Green value is 66 (26.17% from 255 or 38.82% from 170); Blue value is 61 (24.22% from 255 or 35.88% from 170); Max value from RGB is 66 - color contains mainly: green. Hex color #2B423D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B423D is #D4BDC2. Grayscale: #3A3A3A. Windows color (decimal): -13942211 or 4014635. OLE color: 4014635.

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

Color convert

RGB 43 66 61 -
CMYK 0.35 0 0.08 0.74
HSL 166.96º 0.21% 0.21% -
HSV(B) 166.96º 0.35% 0.26% -
XYZ 3.79 4.75 5.13 -
YUV 58.55 129.38 116.91 -
System Red Green Blue C M Y K H S L
Decimal 43 66 61 0.35 0 0.08 0.74 166.96 0.21 0.21
Hex 2B 42 3D 23 0 8 4A A7 15 15
Octal 53 102 75 43 0 10 112 247 25 25
Binary 101011 1000010 111101 100011 0 1000 1001010 10100111 10101 10101

Color Harmonies of #2B423D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B423D

Black with #2B423D

Text Example


Text Example

White with #2B423D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,66,61); }

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

background-color css

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

 a { background-color: rgb(43,66,61); }

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

border-color css

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

 span { border-color: rgb(43,66,61); }

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