Html Css Color HEX #273F2A Gordons Green

📋 copy color: '#273F2A'

red 39 ◦ green 63 ◦ blue 42

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

Shades of Gordons Green #273F2A

Tints of Gordons Green #273F2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 29.17%

R = 27.08%
G = 43.75%
B = 29.17%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.33

 K value IS 0.75

RGB Variations

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

Color information

#273F2A (or 0x273F2A) is known color: Gordons Green. HEX triplet: 27, 3F and 2A. RGB value is (39,63,42). Sum of RGB (Red+Green+Blue) = 39+63+42=144 (19% of max value = 765). Red value is 39 (15.62% from 255 or 27.08% from 144); Green value is 63 (25% from 255 or 43.75% from 144); Blue value is 42 (16.80% from 255 or 29.17% from 144); Max value from RGB is 63 - color contains mainly: green. Hex color #273F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273F2A is #D8C0D5. Grayscale: #353535. Windows color (decimal): -14205142 or 2768679. OLE color: 2768679.

HSL color Cylindrical-coordinate representation of color #273F2A: hue angle of 127.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 #273F2A is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.75.

Color convert

RGB 39 63 42 -
CMYK 0.38 0 0.33 0.75
HSL 127.5º 0.24% 0.2% -
HSV(B) 127.5º 0.38% 0.25% -
XYZ 3.03 4.15 2.83 -
YUV 53.43 121.55 117.71 -
System Red Green Blue C M Y K H S L
Decimal 39 63 42 0.38 0 0.33 0.75 127.5 0.24 0.2
Hex 27 3F 2A 26 0 21 4B 80 18 14
Octal 47 77 52 46 0 41 113 200 30 24
Binary 100111 111111 101010 100110 0 100001 1001011 10000000 11000 10100

Color Harmonies of #273F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273F2A

Black with #273F2A

Text Example


Text Example

White with #273F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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