Html Css Color HEX #273F2C Gordons Green

📋 copy color: '#273F2C'

red 39 ◦ green 63 ◦ blue 44

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

Shades of Gordons Green #273F2C

Tints of Gordons Green #273F2C

RGB

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

 GREEN value IS 63 (25% from 255) = 43.15%

 BLUE value IS 44 (17.58% from 255) = 30.14%

R = 26.71%
G = 43.15%
B = 30.14%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.30

 K value IS 0.75

RGB Variations

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

Color information

#273F2C (or 0x273F2C) is known color: Gordons Green. HEX triplet: 27, 3F and 2C. RGB value is (39,63,44). Sum of RGB (Red+Green+Blue) = 39+63+44=146 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.71% from 146); Green value is 63 (25% from 255 or 43.15% from 146); Blue value is 44 (17.58% from 255 or 30.14% from 146); Max value from RGB is 63 - color contains mainly: green. Hex color #273F2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273F2C is #D8C0D3. Grayscale: #353535. Windows color (decimal): -14205140 or 2899751. OLE color: 2899751.

HSL color Cylindrical-coordinate representation of color #273F2C: hue angle of 132.5º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #273F2C is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.75.

Color convert

RGB 39 63 44 -
CMYK 0.38 0 0.30 0.75
HSL 132.5º 0.24% 0.2% -
HSV(B) 132.5º 0.38% 0.25% -
XYZ 3.07 4.17 3.03 -
YUV 53.66 122.55 117.54 -
System Red Green Blue C M Y K H S L
Decimal 39 63 44 0.38 0 0.30 0.75 132.5 0.24 0.2
Hex 27 3F 2C 26 0 1E 4B 84 18 14
Octal 47 77 54 46 0 36 113 204 30 24
Binary 100111 111111 101100 100110 0 11110 1001011 10000100 11000 10100

Color Harmonies of #273F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273F2C

Black with #273F2C

Text Example


Text Example

White with #273F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273F2C; }

 p { color: rgb(39,63,44); }

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

background-color css

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

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

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

border-color css

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

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

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