Html Css Color HEX #283C2D Gordons Green

📋 copy color: '#283C2D'

red 40 ◦ green 60 ◦ blue 45

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

Shades of Gordons Green #283C2D

Tints of Gordons Green #283C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 31.03%

R = 27.59%
G = 41.38%
B = 31.03%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.25

 K value IS 0.76

RGB Variations

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

Color information

#283C2D (or 0x283C2D) is known color: Gordons Green. HEX triplet: 28, 3C and 2D. RGB value is (40,60,45). Sum of RGB (Red+Green+Blue) = 40+60+45=145 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.59% from 145); Green value is 60 (23.83% from 255 or 41.38% from 145); Blue value is 45 (17.97% from 255 or 31.03% from 145); Max value from RGB is 60 - color contains mainly: green. Hex color #283C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283C2D is #D7C3D2. Grayscale: #343434. Windows color (decimal): -14140371 or 2964520. OLE color: 2964520.

HSL color Cylindrical-coordinate representation of color #283C2D: hue angle of 135º 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 #283C2D is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.76.

Color convert

RGB 40 60 45 -
CMYK 0.33 0 0.25 0.76
HSL 135º 0.2% 0.2% -
HSV(B) 135º 0.33% 0.24% -
XYZ 2.96 3.87 3.07 -
YUV 52.31 123.87 119.22 -
System Red Green Blue C M Y K H S L
Decimal 40 60 45 0.33 0 0.25 0.76 135 0.2 0.2
Hex 28 3C 2D 21 0 19 4C 87 14 14
Octal 50 74 55 41 0 31 114 207 24 24
Binary 101000 111100 101101 100001 0 11001 1001100 10000111 10100 10100

Color Harmonies of #283C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283C2D

Black with #283C2D

Text Example


Text Example

White with #283C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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