Html Css Color HEX #277020 San Felix

📋 copy color: '#277020'

red 39 ◦ green 112 ◦ blue 32

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

Shades of San Felix #277020

Tints of San Felix #277020

RGB

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

 GREEN value IS 112 (44.14% from 255) = 61.2%

 BLUE value IS 32 (12.89% from 255) = 17.49%

R = 21.31%
G = 61.2%
B = 17.49%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#277020 (or 0x277020) is known color: San Felix. HEX triplet: 27, 70 and 20. RGB value is (39,112,32). Sum of RGB (Red+Green+Blue) = 39+112+32=183 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.31% from 183); Green value is 112 (44.14% from 255 or 61.20% from 183); Blue value is 32 (12.89% from 255 or 17.49% from 183); Max value from RGB is 112 - color contains mainly: green. Hex color #277020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #277020 is #D88FDF. Grayscale: #515151. Windows color (decimal): -14192608 or 2125863. OLE color: 2125863.

HSL color Cylindrical-coordinate representation of color #277020: hue angle of 114.75º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #277020 is Cyan = 0.65, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB 39 112 32 -
CMYK 0.65 0 0.71 0.56
HSL 114.75º 0.56% 0.28% -
HSV(B) 114.75º 0.71% 0.44% -
XYZ 6.89 12.12 3.34 -
YUV 81.05 100.32 98 -
System Red Green Blue C M Y K H S L
Decimal 39 112 32 0.65 0 0.71 0.56 114.75 0.56 0.28
Hex 27 70 20 41 0 47 38 73 38 1C
Octal 47 160 40 101 0 107 70 163 70 34
Binary 100111 1110000 100000 1000001 0 1000111 111000 1110011 111000 11100

Color Harmonies of #277020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277020

Black with #277020

Text Example


Text Example

White with #277020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277020; }

 p { color: rgb(39,112,32); }

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

background-color css

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

 a { background-color: rgb(39,112,32); }

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

border-color css

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

 span { border-color: rgb(39,112,32); }

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