Html Css Color HEX #283A2A Gordons Green

📋 copy color: '#283A2A'

red 40 ◦ green 58 ◦ blue 42

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

Shades of Gordons Green #283A2A

Tints of Gordons Green #283A2A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 41.43%

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

R = 28.57%
G = 41.43%
B = 30%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.28

 K value IS 0.77

RGB Variations

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

Color information

#283A2A (or 0x283A2A) is known color: Gordons Green. HEX triplet: 28, 3A and 2A. RGB value is (40,58,42). Sum of RGB (Red+Green+Blue) = 40+58+42=140 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.57% from 140); Green value is 58 (23.05% from 255 or 41.43% from 140); Blue value is 42 (16.80% from 255 or 30% from 140); Max value from RGB is 58 - color contains mainly: green. Hex color #283A2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283A2A is #D7C5D5. Grayscale: #323232. Windows color (decimal): -14140886 or 2767400. OLE color: 2767400.

HSL color Cylindrical-coordinate representation of color #283A2A: hue angle of 126.67º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #283A2A is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.77.

Color convert

RGB 40 58 42 -
CMYK 0.31 0 0.28 0.77
HSL 126.67º 0.18% 0.19% -
HSV(B) 126.67º 0.31% 0.23% -
XYZ 2.81 3.64 2.75 -
YUV 50.79 123.04 120.3 -
System Red Green Blue C M Y K H S L
Decimal 40 58 42 0.31 0 0.28 0.77 126.67 0.18 0.19
Hex 28 3A 2A 1F 0 1C 4D 7F 12 13
Octal 50 72 52 37 0 34 115 177 22 23
Binary 101000 111010 101010 11111 0 11100 1001101 1111111 10010 10011

Color Harmonies of #283A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283A2A

Black with #283A2A

Text Example


Text Example

White with #283A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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