Html Css Color HEX #276127 San Felix

📋 copy color: '#276127'

red 39 ◦ green 97 ◦ blue 39

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

Shades of San Felix #276127

Tints of San Felix #276127

RGB

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

 GREEN value IS 97 (38.28% from 255) = 55.43%

 BLUE value IS 39 (15.63% from 255) = 22.29%

R = 22.29%
G = 55.43%
B = 22.29%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.60

 K value IS 0.62

RGB Variations

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

Color information

#276127 (or 0x276127) is known color: San Felix. HEX triplet: 27, 61 and 27. RGB value is (39,97,39). Sum of RGB (Red+Green+Blue) = 39+97+39=175 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.29% from 175); Green value is 97 (38.28% from 255 or 55.43% from 175); Blue value is 39 (15.62% from 255 or 22.29% from 175); Max value from RGB is 97 - color contains mainly: green. Hex color #276127 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276127 is #D89ED8. Grayscale: #494949. Windows color (decimal): -14196441 or 2580775. OLE color: 2580775.

HSL color Cylindrical-coordinate representation of color #276127: hue angle of 120º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #276127 is Cyan = 0.60, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB 39 97 39 -
CMYK 0.60 0 0.60 0.62
HSL 120º 0.43% 0.27% -
HSV(B) 120º 0.6% 0.38% -
XYZ 5.48 9.13 3.39 -
YUV 73.05 108.78 103.72 -
System Red Green Blue C M Y K H S L
Decimal 39 97 39 0.60 0 0.60 0.62 120 0.43 0.27
Hex 27 61 27 3C 0 3C 3E 78 2B 1B
Octal 47 141 47 74 0 74 76 170 53 33
Binary 100111 1100001 100111 111100 0 111100 111110 1111000 101011 11011

Color Harmonies of #276127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276127

Black with #276127

Text Example


Text Example

White with #276127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276127; }

 p { color: rgb(39,97,39); }

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

background-color css

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

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

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

border-color css

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

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

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