Html Css Color HEX #276128 San Felix

📋 copy color: '#276128'

red 39 ◦ green 97 ◦ blue 40

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

Shades of San Felix #276128

Tints of San Felix #276128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 22.73%

R = 22.16%
G = 55.11%
B = 22.73%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#276128 (or 0x276128) is known color: San Felix. HEX triplet: 27, 61 and 28. RGB value is (39,97,40). Sum of RGB (Red+Green+Blue) = 39+97+40=176 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.16% from 176); Green value is 97 (38.28% from 255 or 55.11% from 176); Blue value is 40 (16.02% from 255 or 22.73% from 176); Max value from RGB is 97 - color contains mainly: green. Hex color #276128 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276128 is #D89ED7. Grayscale: #494949. Windows color (decimal): -14196440 or 2646311. OLE color: 2646311.

HSL color Cylindrical-coordinate representation of color #276128: hue angle of 121.03º 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 #276128 is Cyan = 0.60, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB 39 97 40 -
CMYK 0.60 0 0.59 0.62
HSL 121.03º 0.43% 0.27% -
HSV(B) 121.03º 0.6% 0.38% -
XYZ 5.49 9.13 3.48 -
YUV 73.16 109.28 103.63 -
System Red Green Blue C M Y K H S L
Decimal 39 97 40 0.60 0 0.59 0.62 121.03 0.43 0.27
Hex 27 61 28 3C 0 3B 3E 79 2B 1B
Octal 47 141 50 74 0 73 76 171 53 33
Binary 100111 1100001 101000 111100 0 111011 111110 1111001 101011 11011

Color Harmonies of #276128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276128

Black with #276128

Text Example


Text Example

White with #276128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276128; }

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

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

background-color css

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

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

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

border-color css

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

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

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