Html Css Color HEX #283029 Gordons Green

📋 copy color: '#283029'

red 40 ◦ green 48 ◦ blue 41

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

Shades of Gordons Green #283029

Tints of Gordons Green #283029

RGB

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

 GREEN value IS 48 (19.14% from 255) = 37.21%

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

R = 31.01%
G = 37.21%
B = 31.78%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.15

 K value IS 0.81

RGB Variations

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

Color information

#283029 (or 0x283029) is known color: Gordons Green. HEX triplet: 28, 30 and 29. RGB value is (40,48,41). Sum of RGB (Red+Green+Blue) = 40+48+41=129 (17% of max value = 765). Red value is 40 (16.02% from 255 or 31.01% from 129); Green value is 48 (19.14% from 255 or 37.21% from 129); Blue value is 41 (16.41% from 255 or 31.78% from 129); Max value from RGB is 48 - color contains mainly: green. Hex color #283029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283029 is #D7CFD6. Grayscale: #2C2C2C. Windows color (decimal): -14143447 or 2699304. OLE color: 2699304.

HSL color Cylindrical-coordinate representation of color #283029: hue angle of 127.5º degrees, saturation: 0.09, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #283029 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.81.

Color convert

RGB 40 48 41 -
CMYK 0.17 0 0.15 0.81
HSL 127.5º 0.09% 0.17% -
HSV(B) 127.5º 0.17% 0.19% -
XYZ 2.33 2.73 2.5 -
YUV 44.81 125.85 124.57 -
System Red Green Blue C M Y K H S L
Decimal 40 48 41 0.17 0 0.15 0.81 127.5 0.09 0.17
Hex 28 30 29 11 0 F 51 80 9 11
Octal 50 60 51 21 0 17 121 200 11 21
Binary 101000 110000 101001 10001 0 1111 1010001 10000000 1001 10001

Color Harmonies of #283029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283029

Black with #283029

Text Example


Text Example

White with #283029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283029; }

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

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

background-color css

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

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

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

border-color css

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

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

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