Html Css Color HEX #2B413D Gable Green

📋 copy color: '#2B413D'

red 43 ◦ green 65 ◦ blue 61

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

Shades of Gable Green #2B413D

Tints of Gable Green #2B413D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 38.46%

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

R = 25.44%
G = 38.46%
B = 36.09%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.06

 K value IS 0.75

RGB Variations

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

Color information

#2B413D (or 0x2B413D) is known color: Gable Green. HEX triplet: 2B, 41 and 3D. RGB value is (43,65,61). Sum of RGB (Red+Green+Blue) = 43+65+61=169 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.44% from 169); Green value is 65 (25.78% from 255 or 38.46% from 169); Blue value is 61 (24.22% from 255 or 36.09% from 169); Max value from RGB is 65 - color contains mainly: green. Hex color #2B413D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B413D is #D4BEC2. Grayscale: #393939. Windows color (decimal): -13942467 or 4014379. OLE color: 4014379.

HSL color Cylindrical-coordinate representation of color #2B413D: hue angle of 169.09º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2B413D is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB 43 65 61 -
CMYK 0.34 0 0.06 0.75
HSL 169.09º 0.2% 0.21% -
HSV(B) 169.09º 0.34% 0.25% -
XYZ 3.73 4.63 5.11 -
YUV 57.97 129.71 117.33 -
System Red Green Blue C M Y K H S L
Decimal 43 65 61 0.34 0 0.06 0.75 169.09 0.2 0.21
Hex 2B 41 3D 22 0 6 4B A9 14 15
Octal 53 101 75 42 0 6 113 251 24 25
Binary 101011 1000001 111101 100010 0 110 1001011 10101001 10100 10101

Color Harmonies of #2B413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B413D

Black with #2B413D

Text Example


Text Example

White with #2B413D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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