Html Css Color HEX #273427 Gordons Green

📋 copy color: '#273427'

red 39 ◦ green 52 ◦ blue 39

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

Shades of Gordons Green #273427

Tints of Gordons Green #273427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 30%

R = 30%
G = 40%
B = 30%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.25

 K value IS 0.80

RGB Variations

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

Color information

#273427 (or 0x273427) is known color: Gordons Green. HEX triplet: 27, 34 and 27. RGB value is (39,52,39). Sum of RGB (Red+Green+Blue) = 39+52+39=130 (17% of max value = 765). Red value is 39 (15.62% from 255 or 30% from 130); Green value is 52 (20.70% from 255 or 40% from 130); Blue value is 39 (15.62% from 255 or 30% from 130); Max value from RGB is 52 - color contains mainly: green. Hex color #273427 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273427 is #D8CBD8. Grayscale: #2E2E2E. Windows color (decimal): -14207961 or 2569255. OLE color: 2569255.

HSL color Cylindrical-coordinate representation of color #273427: hue angle of 120º 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 #273427 is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.80.

Color convert

RGB 39 52 39 -
CMYK 0.25 0 0.25 0.80
HSL 120º 0.14% 0.18% -
HSV(B) 120º 0.25% 0.2% -
XYZ 2.43 3.03 2.38 -
YUV 46.63 123.69 122.56 -
System Red Green Blue C M Y K H S L
Decimal 39 52 39 0.25 0 0.25 0.80 120 0.14 0.18
Hex 27 34 27 19 0 19 50 78 E 12
Octal 47 64 47 31 0 31 120 170 16 22
Binary 100111 110100 100111 11001 0 11001 1010000 1111000 1110 10010

Color Harmonies of #273427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273427

Black with #273427

Text Example


Text Example

White with #273427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273427; }

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

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

background-color css

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

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

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

border-color css

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

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

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