Html Css Color HEX #273428 Gordons Green

📋 copy color: '#273428'

red 39 ◦ green 52 ◦ blue 40

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

Shades of Gordons Green #273428

Tints of Gordons Green #273428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 30.53%

R = 29.77%
G = 39.69%
B = 30.53%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.23

 K value IS 0.80

RGB Variations

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

Color information

#273428 (or 0x273428) is known color: Gordons Green. HEX triplet: 27, 34 and 28. RGB value is (39,52,40). Sum of RGB (Red+Green+Blue) = 39+52+40=131 (17% of max value = 765). Red value is 39 (15.62% from 255 or 29.77% from 131); Green value is 52 (20.70% from 255 or 39.69% from 131); Blue value is 40 (16.02% from 255 or 30.53% from 131); Max value from RGB is 52 - color contains mainly: green. Hex color #273428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273428 is #D8CBD7. Grayscale: #2E2E2E. Windows color (decimal): -14207960 or 2634791. OLE color: 2634791.

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

Color convert

RGB 39 52 40 -
CMYK 0.25 0 0.23 0.80
HSL 124.62º 0.14% 0.18% -
HSV(B) 124.62º 0.25% 0.2% -
XYZ 2.45 3.04 2.47 -
YUV 46.75 124.19 122.48 -
System Red Green Blue C M Y K H S L
Decimal 39 52 40 0.25 0 0.23 0.80 124.62 0.14 0.18
Hex 27 34 28 19 0 17 50 7D E 12
Octal 47 64 50 31 0 27 120 175 16 22
Binary 100111 110100 101000 11001 0 10111 1010000 1111101 1110 10010

Color Harmonies of #273428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273428

Black with #273428

Text Example


Text Example

White with #273428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273428; }

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

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

background-color css

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

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

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

border-color css

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

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

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