Html Css Color HEX #28413D Gable Green

📋 copy color: '#28413D'

red 40 ◦ green 65 ◦ blue 61

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

Shades of Gable Green #28413D

Tints of Gable Green #28413D

RGB

 RED value IS 40 (16.02% from 255) = 24.1%

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

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

R = 24.1%
G = 39.16%
B = 36.75%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.06

 K value IS 0.75

RGB Variations

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

Color information

#28413D (or 0x28413D) is known color: Gable Green. HEX triplet: 28, 41 and 3D. RGB value is (40,65,61). Sum of RGB (Red+Green+Blue) = 40+65+61=166 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.10% from 166); Green value is 65 (25.78% from 255 or 39.16% from 166); Blue value is 61 (24.22% from 255 or 36.75% from 166); Max value from RGB is 65 - color contains mainly: green. Hex color #28413D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28413D is #D7BEC2. Grayscale: #393939. Windows color (decimal): -14139075 or 4014376. OLE color: 4014376.

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

Color convert

RGB 40 65 61 -
CMYK 0.38 0 0.06 0.75
HSL 170.4º 0.24% 0.21% -
HSV(B) 170.4º 0.38% 0.25% -
XYZ 3.61 4.57 5.11 -
YUV 57.07 130.22 115.83 -
System Red Green Blue C M Y K H S L
Decimal 40 65 61 0.38 0 0.06 0.75 170.4 0.24 0.21
Hex 28 41 3D 26 0 6 4B AA 18 15
Octal 50 101 75 46 0 6 113 252 30 25
Binary 101000 1000001 111101 100110 0 110 1001011 10101010 11000 10101

Color Harmonies of #28413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28413D

Black with #28413D

Text Example


Text Example

White with #28413D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28413D; }

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

 H1.HeaderClassName
 {
   color: #28413D;
 }
 .AnyTagClassName
 {
   color: #28413D;
 }
</style>

background-color css

<style>
 a { background-color: #28413D; }

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

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

border-color css

<style>
 span { border-color: #28413D; }

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

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