Html Css Color HEX #27412B Gordons Green

📋 copy color: '#27412B'

red 39 ◦ green 65 ◦ blue 43

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

Shades of Gordons Green #27412B

Tints of Gordons Green #27412B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 29.25%

R = 26.53%
G = 44.22%
B = 29.25%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.34

 K value IS 0.75

RGB Variations

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

Color information

#27412B (or 0x27412B) is known color: Gordons Green. HEX triplet: 27, 41 and 2B. RGB value is (39,65,43). Sum of RGB (Red+Green+Blue) = 39+65+43=147 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.53% from 147); Green value is 65 (25.78% from 255 or 44.22% from 147); Blue value is 43 (17.19% from 255 or 29.25% from 147); Max value from RGB is 65 - color contains mainly: green. Hex color #27412B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27412B is #D8BED4. Grayscale: #363636. Windows color (decimal): -14204629 or 2834727. OLE color: 2834727.

HSL color Cylindrical-coordinate representation of color #27412B: hue angle of 129.23º 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 #27412B is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.

Color convert

RGB 39 65 43 -
CMYK 0.40 0 0.34 0.75
HSL 129.23º 0.25% 0.2% -
HSV(B) 129.23º 0.4% 0.25% -
XYZ 3.16 4.39 2.97 -
YUV 54.72 121.39 116.79 -
System Red Green Blue C M Y K H S L
Decimal 39 65 43 0.40 0 0.34 0.75 129.23 0.25 0.2
Hex 27 41 2B 28 0 22 4B 81 19 14
Octal 47 101 53 50 0 42 113 201 31 24
Binary 100111 1000001 101011 101000 0 100010 1001011 10000001 11001 10100

Color Harmonies of #27412B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27412B

Black with #27412B

Text Example


Text Example

White with #27412B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27412B; }

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

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

background-color css

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

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

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

border-color css

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

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

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