Html Css Color HEX #28423B Gable Green

📋 copy color: '#28423B'

red 40 ◦ green 66 ◦ blue 59

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

Shades of Gable Green #28423B

Tints of Gable Green #28423B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 40%

 BLUE value IS 59 (23.44% from 255) = 35.76%

R = 24.24%
G = 40%
B = 35.76%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.11

 K value IS 0.74

RGB Variations

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

Color information

#28423B (or 0x28423B) is known color: Gable Green. HEX triplet: 28, 42 and 3B. RGB value is (40,66,59). Sum of RGB (Red+Green+Blue) = 40+66+59=165 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.24% from 165); Green value is 66 (26.17% from 255 or 40% from 165); Blue value is 59 (23.44% from 255 or 35.76% from 165); Max value from RGB is 66 - color contains mainly: green. Hex color #28423B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28423B is #D7BDC4. Grayscale: #393939. Windows color (decimal): -14138821 or 3883560. OLE color: 3883560.

HSL color Cylindrical-coordinate representation of color #28423B: hue angle of 163.85º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #28423B is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.74.

Color convert

RGB 40 66 59 -
CMYK 0.39 0 0.11 0.74
HSL 163.85º 0.25% 0.21% -
HSV(B) 163.85º 0.39% 0.26% -
XYZ 3.61 4.66 4.85 -
YUV 57.43 128.89 115.57 -
System Red Green Blue C M Y K H S L
Decimal 40 66 59 0.39 0 0.11 0.74 163.85 0.25 0.21
Hex 28 42 3B 27 0 B 4A A4 19 15
Octal 50 102 73 47 0 13 112 244 31 25
Binary 101000 1000010 111011 100111 0 1011 1001010 10100100 11001 10101

Color Harmonies of #28423B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28423B

Black with #28423B

Text Example


Text Example

White with #28423B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28423B; }

 p { color: rgb(40,66,59); }

 H1.HeaderClassName
 {
   color: #28423B;
 }
 .AnyTagClassName
 {
   color: #28423B;
 }
</style>

background-color css

<style>
 a { background-color: #28423B; }

 a { background-color: rgb(40,66,59); }

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

border-color css

<style>
 span { border-color: #28423B; }

 span { border-color: rgb(40,66,59); }

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