Html Css Color HEX #28403C Gable Green

📋 copy color: '#28403C'

red 40 ◦ green 64 ◦ blue 60

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

Shades of Gable Green #28403C

Tints of Gable Green #28403C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 39.02%

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

R = 24.39%
G = 39.02%
B = 36.59%

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

#28403C (or 0x28403C) is known color: Gable Green. HEX triplet: 28, 40 and 3C. RGB value is (40,64,60). Sum of RGB (Red+Green+Blue) = 40+64+60=164 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.39% from 164); Green value is 64 (25.39% from 255 or 39.02% from 164); Blue value is 60 (23.83% from 255 or 36.59% from 164); Max value from RGB is 64 - color contains mainly: green. Hex color #28403C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28403C is #D7BFC3. Grayscale: #383838. Windows color (decimal): -14139332 or 3948584. OLE color: 3948584.

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

Color convert

RGB 40 64 60 -
CMYK 0.38 0 0.06 0.75
HSL 170º 0.23% 0.2% -
HSV(B) 170º 0.38% 0.25% -
XYZ 3.52 4.44 4.95 -
YUV 56.37 130.05 116.33 -
System Red Green Blue C M Y K H S L
Decimal 40 64 60 0.38 0 0.06 0.75 170 0.23 0.2
Hex 28 40 3C 26 0 6 4B AA 17 14
Octal 50 100 74 46 0 6 113 252 27 24
Binary 101000 1000000 111100 100110 0 110 1001011 10101010 10111 10100

Color Harmonies of #28403C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28403C

Black with #28403C

Text Example


Text Example

White with #28403C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28403C; }

 p { color: rgb(40,64,60); }

 H1.HeaderClassName
 {
   color: #28403C;
 }
 .AnyTagClassName
 {
   color: #28403C;
 }
</style>

background-color css

<style>
 a { background-color: #28403C; }

 a { background-color: rgb(40,64,60); }

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

border-color css

<style>
 span { border-color: #28403C; }

 span { border-color: rgb(40,64,60); }

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