Html Css Color HEX #283529 Gordons Green

📋 copy color: '#283529'

red 40 ◦ green 53 ◦ blue 41

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

Shades of Gordons Green #283529

Tints of Gordons Green #283529

RGB

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

 GREEN value IS 53 (21.09% from 255) = 39.55%

 BLUE value IS 41 (16.41% from 255) = 30.6%

R = 29.85%
G = 39.55%
B = 30.6%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.23

 K value IS 0.79

RGB Variations

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

Color information

#283529 (or 0x283529) is known color: Gordons Green. HEX triplet: 28, 35 and 29. RGB value is (40,53,41). Sum of RGB (Red+Green+Blue) = 40+53+41=134 (17% of max value = 765). Red value is 40 (16.02% from 255 or 29.85% from 134); Green value is 53 (21.09% from 255 or 39.55% from 134); Blue value is 41 (16.41% from 255 or 30.60% from 134); Max value from RGB is 53 - color contains mainly: green. Hex color #283529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283529 is #D7CAD6. Grayscale: #2F2F2F. Windows color (decimal): -14142167 or 2700584. OLE color: 2700584.

HSL color Cylindrical-coordinate representation of color #283529: hue angle of 124.62º degrees, saturation: 0.14, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #283529 is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.79.

Color convert

RGB 40 53 41 -
CMYK 0.25 0 0.23 0.79
HSL 124.62º 0.14% 0.18% -
HSV(B) 124.62º 0.25% 0.21% -
XYZ 2.55 3.16 2.57 -
YUV 47.75 124.19 122.48 -
System Red Green Blue C M Y K H S L
Decimal 40 53 41 0.25 0 0.23 0.79 124.62 0.14 0.18
Hex 28 35 29 19 0 17 4F 7D E 12
Octal 50 65 51 31 0 27 117 175 16 22
Binary 101000 110101 101001 11001 0 10111 1001111 1111101 1110 10010

Color Harmonies of #283529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283529

Black with #283529

Text Example


Text Example

White with #283529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283529; }

 p { color: rgb(40,53,41); }

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

background-color css

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

 a { background-color: rgb(40,53,41); }

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

border-color css

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

 span { border-color: rgb(40,53,41); }

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