Html Css Color HEX #2B433D Gable Green

📋 copy color: '#2B433D'

red 43 ◦ green 67 ◦ blue 61

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

Shades of Gable Green #2B433D

Tints of Gable Green #2B433D

RGB

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

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

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

R = 25.15%
G = 39.18%
B = 35.67%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.09

 K value IS 0.74

RGB Variations

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

Color information

#2B433D (or 0x2B433D) is known color: Gable Green. HEX triplet: 2B, 43 and 3D. RGB value is (43,67,61). Sum of RGB (Red+Green+Blue) = 43+67+61=171 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.15% from 171); Green value is 67 (26.56% from 255 or 39.18% from 171); Blue value is 61 (24.22% from 255 or 35.67% from 171); Max value from RGB is 67 - color contains mainly: green. Hex color #2B433D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B433D is #D4BCC2. Grayscale: #3B3B3B. Windows color (decimal): -13941955 or 4014891. OLE color: 4014891.

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

Color convert

RGB 43 67 61 -
CMYK 0.36 0 0.09 0.74
HSL 165º 0.22% 0.22% -
HSV(B) 165º 0.36% 0.26% -
XYZ 3.85 4.86 5.15 -
YUV 59.14 129.05 116.49 -
System Red Green Blue C M Y K H S L
Decimal 43 67 61 0.36 0 0.09 0.74 165 0.22 0.22
Hex 2B 43 3D 24 0 9 4A A5 16 16
Octal 53 103 75 44 0 11 112 245 26 26
Binary 101011 1000011 111101 100100 0 1001 1001010 10100101 10110 10110

Color Harmonies of #2B433D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B433D

Black with #2B433D

Text Example


Text Example

White with #2B433D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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