Html Css Color HEX #28463E Gable Green

📋 copy color: '#28463E'

red 40 ◦ green 70 ◦ blue 62

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

Shades of Gable Green #28463E

Tints of Gable Green #28463E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 40.7%

 BLUE value IS 62 (24.61% from 255) = 36.05%

R = 23.26%
G = 40.7%
B = 36.05%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.11

 K value IS 0.73

RGB Variations

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

Color information

#28463E (or 0x28463E) is known color: Gable Green. HEX triplet: 28, 46 and 3E. RGB value is (40,70,62). Sum of RGB (Red+Green+Blue) = 40+70+62=172 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.26% from 172); Green value is 70 (27.73% from 255 or 40.70% from 172); Blue value is 62 (24.61% from 255 or 36.05% from 172); Max value from RGB is 70 - color contains mainly: green. Hex color #28463E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28463E is #D7B9C1. Grayscale: #3C3C3C. Windows color (decimal): -14137794 or 4081192. OLE color: 4081192.

HSL color Cylindrical-coordinate representation of color #28463E: hue angle of 164º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #28463E is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.73.

Color convert

RGB 40 70 62 -
CMYK 0.43 0 0.11 0.73
HSL 164º 0.27% 0.22% -
HSV(B) 164º 0.43% 0.27% -
XYZ 3.93 5.18 5.35 -
YUV 60.12 129.06 113.65 -
System Red Green Blue C M Y K H S L
Decimal 40 70 62 0.43 0 0.11 0.73 164 0.27 0.22
Hex 28 46 3E 2B 0 B 49 A4 1B 16
Octal 50 106 76 53 0 13 111 244 33 26
Binary 101000 1000110 111110 101011 0 1011 1001001 10100100 11011 10110

Color Harmonies of #28463E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28463E

Black with #28463E

Text Example


Text Example

White with #28463E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28463E; }

 p { color: rgb(40,70,62); }

 H1.HeaderClassName
 {
   color: #28463E;
 }
 .AnyTagClassName
 {
   color: #28463E;
 }
</style>

background-color css

<style>
 a { background-color: #28463E; }

 a { background-color: rgb(40,70,62); }

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

border-color css

<style>
 span { border-color: #28463E; }

 span { border-color: rgb(40,70,62); }

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