Html Css Color HEX #274129 Gordons Green

📋 copy color: '#274129'

red 39 ◦ green 65 ◦ blue 41

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

Shades of Gordons Green #274129

Tints of Gordons Green #274129

RGB

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

 GREEN value IS 65 (25.78% from 255) = 44.83%

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

R = 26.9%
G = 44.83%
B = 28.28%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.37

 K value IS 0.75

RGB Variations

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

Color information

#274129 (or 0x274129) is known color: Gordons Green. HEX triplet: 27, 41 and 29. RGB value is (39,65,41). Sum of RGB (Red+Green+Blue) = 39+65+41=145 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.90% from 145); Green value is 65 (25.78% from 255 or 44.83% from 145); Blue value is 41 (16.41% from 255 or 28.28% from 145); Max value from RGB is 65 - color contains mainly: green. Hex color #274129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274129 is #D8BED6. Grayscale: #363636. Windows color (decimal): -14204631 or 2703655. OLE color: 2703655.

HSL color Cylindrical-coordinate representation of color #274129: hue angle of 124.62º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #274129 is Cyan = 0.40, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.75.

Color convert

RGB 39 65 41 -
CMYK 0.40 0 0.37 0.75
HSL 124.62º 0.25% 0.2% -
HSV(B) 124.62º 0.4% 0.25% -
XYZ 3.13 4.37 2.78 -
YUV 54.49 120.39 116.95 -
System Red Green Blue C M Y K H S L
Decimal 39 65 41 0.40 0 0.37 0.75 124.62 0.25 0.2
Hex 27 41 29 28 0 25 4B 7D 19 14
Octal 47 101 51 50 0 45 113 175 31 24
Binary 100111 1000001 101001 101000 0 100101 1001011 1111101 11001 10100

Color Harmonies of #274129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274129

Black with #274129

Text Example


Text Example

White with #274129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274129; }

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

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

background-color css

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

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

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

border-color css

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

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

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