Html Css Color HEX #28413C Gable Green

📋 copy color: '#28413C'

red 40 ◦ green 65 ◦ blue 60

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

Shades of Gable Green #28413C

Tints of Gable Green #28413C

RGB

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

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

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

R = 24.24%
G = 39.39%
B = 36.36%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.08

 K value IS 0.75

RGB Variations

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

Color information

#28413C (or 0x28413C) is known color: Gable Green. HEX triplet: 28, 41 and 3C. RGB value is (40,65,60). Sum of RGB (Red+Green+Blue) = 40+65+60=165 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.24% from 165); Green value is 65 (25.78% from 255 or 39.39% from 165); Blue value is 60 (23.83% from 255 or 36.36% from 165); Max value from RGB is 65 - color contains mainly: green. Hex color #28413C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28413C is #D7BEC3. Grayscale: #383838. Windows color (decimal): -14139076 or 3948840. OLE color: 3948840.

HSL color Cylindrical-coordinate representation of color #28413C: hue angle of 168º 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 #28413C is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB 40 65 60 -
CMYK 0.38 0 0.08 0.75
HSL 168º 0.24% 0.21% -
HSV(B) 168º 0.38% 0.25% -
XYZ 3.58 4.56 4.97 -
YUV 56.96 129.72 115.91 -
System Red Green Blue C M Y K H S L
Decimal 40 65 60 0.38 0 0.08 0.75 168 0.24 0.21
Hex 28 41 3C 26 0 8 4B A8 18 15
Octal 50 101 74 46 0 10 113 250 30 25
Binary 101000 1000001 111100 100110 0 1000 1001011 10101000 11000 10101

Color Harmonies of #28413C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28413C

Black with #28413C

Text Example


Text Example

White with #28413C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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