Html Css Color HEX #273529 Gordons Green

📋 copy color: '#273529'

red 39 ◦ green 53 ◦ blue 41

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

Shades of Gordons Green #273529

Tints of Gordons Green #273529

RGB

 RED value IS 39 (15.63% from 255) = 29.32%

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

 BLUE value IS 41 (16.41% from 255) = 30.83%

R = 29.32%
G = 39.85%
B = 30.83%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.23

 K value IS 0.79

RGB Variations

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

Color information

#273529 (or 0x273529) is known color: Gordons Green. HEX triplet: 27, 35 and 29. RGB value is (39,53,41). Sum of RGB (Red+Green+Blue) = 39+53+41=133 (17% of max value = 765). Red value is 39 (15.62% from 255 or 29.32% from 133); Green value is 53 (21.09% from 255 or 39.85% from 133); Blue value is 41 (16.41% from 255 or 30.83% from 133); Max value from RGB is 53 - color contains mainly: green. Hex color #273529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273529 is #D8CAD6. Grayscale: #2F2F2F. Windows color (decimal): -14207703 or 2700583. OLE color: 2700583.

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

Color convert

RGB 39 53 41 -
CMYK 0.26 0 0.23 0.79
HSL 128.57º 0.15% 0.18% -
HSV(B) 128.57º 0.26% 0.21% -
XYZ 2.51 3.14 2.57 -
YUV 47.45 124.36 121.98 -
System Red Green Blue C M Y K H S L
Decimal 39 53 41 0.26 0 0.23 0.79 128.57 0.15 0.18
Hex 27 35 29 1A 0 17 4F 81 F 12
Octal 47 65 51 32 0 27 117 201 17 22
Binary 100111 110101 101001 11010 0 10111 1001111 10000001 1111 10010

Color Harmonies of #273529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273529

Black with #273529

Text Example


Text Example

White with #273529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273529; }

 p { color: rgb(39,53,41); }

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

background-color css

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

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

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

border-color css

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

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

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