Html Css Color HEX #2B423C Gable Green

📋 copy color: '#2B423C'

red 43 ◦ green 66 ◦ blue 60

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

Shades of Gable Green #2B423C

Tints of Gable Green #2B423C

RGB

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

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

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

R = 25.44%
G = 39.05%
B = 35.5%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.09

 K value IS 0.74

RGB Variations

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

Color information

#2B423C (or 0x2B423C) is known color: Gable Green. HEX triplet: 2B, 42 and 3C. RGB value is (43,66,60). Sum of RGB (Red+Green+Blue) = 43+66+60=169 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.44% from 169); Green value is 66 (26.17% from 255 or 39.05% from 169); Blue value is 60 (23.83% from 255 or 35.50% from 169); Max value from RGB is 66 - color contains mainly: green. Hex color #2B423C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B423C is #D4BDC3. Grayscale: #3A3A3A. Windows color (decimal): -13942212 or 3949099. OLE color: 3949099.

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

Color convert

RGB 43 66 60 -
CMYK 0.35 0 0.09 0.74
HSL 164.35º 0.21% 0.21% -
HSV(B) 164.35º 0.35% 0.26% -
XYZ 3.76 4.74 4.99 -
YUV 58.44 128.88 116.99 -
System Red Green Blue C M Y K H S L
Decimal 43 66 60 0.35 0 0.09 0.74 164.35 0.21 0.21
Hex 2B 42 3C 23 0 9 4A A4 15 15
Octal 53 102 74 43 0 11 112 244 25 25
Binary 101011 1000010 111100 100011 0 1001 1001010 10100100 10101 10101

Color Harmonies of #2B423C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B423C

Black with #2B423C

Text Example


Text Example

White with #2B423C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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