Html Css Color HEX #283528 Gordons Green

📋 copy color: '#283528'

red 40 ◦ green 53 ◦ blue 40

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

Shades of Gordons Green #283528

Tints of Gordons Green #283528

RGB

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

 GREEN value IS 53 (21.09% from 255) = 39.85%

 BLUE value IS 40 (16.02% from 255) = 30.08%

R = 30.08%
G = 39.85%
B = 30.08%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.25

 K value IS 0.79

RGB Variations

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

Color information

#283528 (or 0x283528) is known color: Gordons Green. HEX triplet: 28, 35 and 28. RGB value is (40,53,40). Sum of RGB (Red+Green+Blue) = 40+53+40=133 (17% of max value = 765). Red value is 40 (16.02% from 255 or 30.08% from 133); Green value is 53 (21.09% from 255 or 39.85% from 133); Blue value is 40 (16.02% from 255 or 30.08% from 133); Max value from RGB is 53 - color contains mainly: green. Hex color #283528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283528 is #D7CAD7. Grayscale: #2F2F2F. Windows color (decimal): -14142168 or 2635048. OLE color: 2635048.

HSL color Cylindrical-coordinate representation of color #283528: hue angle of 120º degrees, saturation: 0.14, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #283528 is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.79.

Color convert

RGB 40 53 40 -
CMYK 0.25 0 0.25 0.79
HSL 120º 0.14% 0.18% -
HSV(B) 120º 0.25% 0.21% -
XYZ 2.53 3.15 2.48 -
YUV 47.63 123.69 122.56 -
System Red Green Blue C M Y K H S L
Decimal 40 53 40 0.25 0 0.25 0.79 120 0.14 0.18
Hex 28 35 28 19 0 19 4F 78 E 12
Octal 50 65 50 31 0 31 117 170 16 22
Binary 101000 110101 101000 11001 0 11001 1001111 1111000 1110 10010

Color Harmonies of #283528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283528

Black with #283528

Text Example


Text Example

White with #283528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283528; }

 p { color: rgb(40,53,40); }

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

background-color css

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

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

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

border-color css

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

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

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