Html Css Color HEX #273029 Gordons Green

📋 copy color: '#273029'

red 39 ◦ green 48 ◦ blue 41

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

Shades of Gordons Green #273029

Tints of Gordons Green #273029

RGB

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

 GREEN value IS 48 (19.14% from 255) = 37.5%

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

R = 30.47%
G = 37.5%
B = 32.03%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.15

 K value IS 0.81

RGB Variations

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

Color information

#273029 (or 0x273029) is known color: Gordons Green. HEX triplet: 27, 30 and 29. RGB value is (39,48,41). Sum of RGB (Red+Green+Blue) = 39+48+41=128 (16% of max value = 765). Red value is 39 (15.62% from 255 or 30.47% from 128); Green value is 48 (19.14% from 255 or 37.5% from 128); Blue value is 41 (16.41% from 255 or 32.03% from 128); Max value from RGB is 48 - color contains mainly: green. Hex color #273029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273029 is #D8CFD6. Grayscale: #2C2C2C. Windows color (decimal): -14208983 or 2699303. OLE color: 2699303.

HSL color Cylindrical-coordinate representation of color #273029: hue angle of 133.33º degrees, saturation: 0.1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #273029 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.81.

Color convert

RGB 39 48 41 -
CMYK 0.19 0 0.15 0.81
HSL 133.33º 0.1% 0.17% -
HSV(B) 133.33º 0.19% 0.19% -
XYZ 2.29 2.71 2.5 -
YUV 44.51 126.02 124.07 -
System Red Green Blue C M Y K H S L
Decimal 39 48 41 0.19 0 0.15 0.81 133.33 0.1 0.17
Hex 27 30 29 13 0 F 51 85 A 11
Octal 47 60 51 23 0 17 121 205 12 21
Binary 100111 110000 101001 10011 0 1111 1010001 10000101 1010 10001

Color Harmonies of #273029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273029

Black with #273029

Text Example


Text Example

White with #273029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273029; }

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

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

background-color css

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

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

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

border-color css

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

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

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