Html Css Color HEX #283C2C Gordons Green

📋 copy color: '#283C2C'

red 40 ◦ green 60 ◦ blue 44

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

Shades of Gordons Green #283C2C

Tints of Gordons Green #283C2C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 41.67%

 BLUE value IS 44 (17.58% from 255) = 30.56%

R = 27.78%
G = 41.67%
B = 30.56%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.27

 K value IS 0.76

RGB Variations

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

Color information

#283C2C (or 0x283C2C) is known color: Gordons Green. HEX triplet: 28, 3C and 2C. RGB value is (40,60,44). Sum of RGB (Red+Green+Blue) = 40+60+44=144 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.78% from 144); Green value is 60 (23.83% from 255 or 41.67% from 144); Blue value is 44 (17.58% from 255 or 30.56% from 144); Max value from RGB is 60 - color contains mainly: green. Hex color #283C2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283C2C is #D7C3D3. Grayscale: #343434. Windows color (decimal): -14140372 or 2898984. OLE color: 2898984.

HSL color Cylindrical-coordinate representation of color #283C2C: hue angle of 132º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #283C2C is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.76.

Color convert

RGB 40 60 44 -
CMYK 0.33 0 0.27 0.76
HSL 132º 0.2% 0.2% -
HSV(B) 132º 0.33% 0.24% -
XYZ 2.95 3.86 2.97 -
YUV 52.2 123.37 119.3 -
System Red Green Blue C M Y K H S L
Decimal 40 60 44 0.33 0 0.27 0.76 132 0.2 0.2
Hex 28 3C 2C 21 0 1B 4C 84 14 14
Octal 50 74 54 41 0 33 114 204 24 24
Binary 101000 111100 101100 100001 0 11011 1001100 10000100 10100 10100

Color Harmonies of #283C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283C2C

Black with #283C2C

Text Example


Text Example

White with #283C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283C2C; }

 p { color: rgb(40,60,44); }

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

background-color css

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

 a { background-color: rgb(40,60,44); }

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

border-color css

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

 span { border-color: rgb(40,60,44); }

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