Html Css Color HEX #273429 Gordons Green

📋 copy color: '#273429'

red 39 ◦ green 52 ◦ blue 41

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

Shades of Gordons Green #273429

Tints of Gordons Green #273429

RGB

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

 GREEN value IS 52 (20.7% from 255) = 39.39%

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

R = 29.55%
G = 39.39%
B = 31.06%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.21

 K value IS 0.80

RGB Variations

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

Color information

#273429 (or 0x273429) is known color: Gordons Green. HEX triplet: 27, 34 and 29. RGB value is (39,52,41). Sum of RGB (Red+Green+Blue) = 39+52+41=132 (17% of max value = 765). Red value is 39 (15.62% from 255 or 29.55% from 132); Green value is 52 (20.70% from 255 or 39.39% from 132); Blue value is 41 (16.41% from 255 or 31.06% from 132); Max value from RGB is 52 - color contains mainly: green. Hex color #273429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273429 is #D8CBD6. Grayscale: #2E2E2E. Windows color (decimal): -14207959 or 2700327. OLE color: 2700327.

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

Color convert

RGB 39 52 41 -
CMYK 0.25 0 0.21 0.80
HSL 129.23º 0.14% 0.18% -
HSV(B) 129.23º 0.25% 0.2% -
XYZ 2.46 3.05 2.56 -
YUV 46.86 124.69 122.39 -
System Red Green Blue C M Y K H S L
Decimal 39 52 41 0.25 0 0.21 0.80 129.23 0.14 0.18
Hex 27 34 29 19 0 15 50 81 E 12
Octal 47 64 51 31 0 25 120 201 16 22
Binary 100111 110100 101001 11001 0 10101 1010000 10000001 1110 10010

Color Harmonies of #273429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273429

Black with #273429

Text Example


Text Example

White with #273429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273429; }

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

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

background-color css

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

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

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

border-color css

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

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

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