Html Css Color HEX #283E2A Gordons Green

📋 copy color: '#283E2A'

red 40 ◦ green 62 ◦ blue 42

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

Shades of Gordons Green #283E2A

Tints of Gordons Green #283E2A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 43.06%

 BLUE value IS 42 (16.8% from 255) = 29.17%

R = 27.78%
G = 43.06%
B = 29.17%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.32

 K value IS 0.76

RGB Variations

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

Color information

#283E2A (or 0x283E2A) is known color: Gordons Green. HEX triplet: 28, 3E and 2A. RGB value is (40,62,42). Sum of RGB (Red+Green+Blue) = 40+62+42=144 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.78% from 144); Green value is 62 (24.61% from 255 or 43.06% from 144); Blue value is 42 (16.80% from 255 or 29.17% from 144); Max value from RGB is 62 - color contains mainly: green. Hex color #283E2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283E2A is #D7C1D5. Grayscale: #353535. Windows color (decimal): -14139862 or 2768424. OLE color: 2768424.

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

Color convert

RGB 40 62 42 -
CMYK 0.35 0 0.32 0.76
HSL 125.45º 0.22% 0.2% -
HSV(B) 125.45º 0.35% 0.24% -
XYZ 3.02 4.06 2.82 -
YUV 53.14 121.71 118.63 -
System Red Green Blue C M Y K H S L
Decimal 40 62 42 0.35 0 0.32 0.76 125.45 0.22 0.2
Hex 28 3E 2A 23 0 20 4C 7D 16 14
Octal 50 76 52 43 0 40 114 175 26 24
Binary 101000 111110 101010 100011 0 100000 1001100 1111101 10110 10100

Color Harmonies of #283E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283E2A

Black with #283E2A

Text Example


Text Example

White with #283E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,62,42); }

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

background-color css

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

 a { background-color: rgb(40,62,42); }

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

border-color css

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

 span { border-color: rgb(40,62,42); }

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