Html Css Color HEX #282F29 Gordons Green

📋 copy color: '#282F29'

red 40 ◦ green 47 ◦ blue 41

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

Shades of Gordons Green #282F29

Tints of Gordons Green #282F29

RGB

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

 GREEN value IS 47 (18.75% from 255) = 36.72%

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

R = 31.25%
G = 36.72%
B = 32.03%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.13

 K value IS 0.82

RGB Variations

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

Color information

#282F29 (or 0x282F29) is known color: Gordons Green. HEX triplet: 28, 2F and 29. RGB value is (40,47,41). Sum of RGB (Red+Green+Blue) = 40+47+41=128 (16% of max value = 765). Red value is 40 (16.02% from 255 or 31.25% from 128); Green value is 47 (18.75% from 255 or 36.72% from 128); Blue value is 41 (16.41% from 255 or 32.03% from 128); Max value from RGB is 47 - color contains mainly: green. Hex color #282F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282F29 is #D7D0D6. Grayscale: #2C2C2C. Windows color (decimal): -14143703 or 2699048. OLE color: 2699048.

HSL color Cylindrical-coordinate representation of color #282F29: hue angle of 128.57º degrees, saturation: 0.08, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #282F29 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.82.

Color convert

RGB 40 47 41 -
CMYK 0.15 0 0.13 0.82
HSL 128.57º 0.08% 0.17% -
HSV(B) 128.57º 0.15% 0.18% -
XYZ 2.29 2.64 2.49 -
YUV 44.22 126.18 124.99 -
System Red Green Blue C M Y K H S L
Decimal 40 47 41 0.15 0 0.13 0.82 128.57 0.08 0.17
Hex 28 2F 29 F 0 D 52 81 8 11
Octal 50 57 51 17 0 15 122 201 10 21
Binary 101000 101111 101001 1111 0 1101 1010010 10000001 1000 10001

Color Harmonies of #282F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #282F29

Black with #282F29

Text Example


Text Example

White with #282F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #282F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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