Html Css Color HEX #276228 San Felix

📋 copy color: '#276228'

red 39 ◦ green 98 ◦ blue 40

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

Shades of San Felix #276228

Tints of San Felix #276228

RGB

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

 GREEN value IS 98 (38.67% from 255) = 55.37%

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

R = 22.03%
G = 55.37%
B = 22.6%

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

#276228 (or 0x276228) is known color: San Felix. HEX triplet: 27, 62 and 28. RGB value is (39,98,40). Sum of RGB (Red+Green+Blue) = 39+98+40=177 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.03% from 177); Green value is 98 (38.67% from 255 or 55.37% from 177); Blue value is 40 (16.02% from 255 or 22.60% from 177); Max value from RGB is 98 - color contains mainly: green. Hex color #276228 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276228 is #D89DD7. Grayscale: #494949. Windows color (decimal): -14196184 or 2646567. OLE color: 2646567.

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

Color convert

RGB 39 98 40 -
CMYK 0.60 0 0.59 0.62
HSL 121.02º 0.43% 0.27% -
HSV(B) 121.02º 0.6% 0.38% -
XYZ 5.59 9.32 3.51 -
YUV 73.75 108.95 103.22 -
System Red Green Blue C M Y K H S L
Decimal 39 98 40 0.60 0 0.59 0.62 121.02 0.43 0.27
Hex 27 62 28 3C 0 3B 3E 79 2B 1B
Octal 47 142 50 74 0 73 76 171 53 33
Binary 100111 1100010 101000 111100 0 111011 111110 1111001 101011 11011

Color Harmonies of #276228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276228

Black with #276228

Text Example


Text Example

White with #276228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276228; }

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

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

background-color css

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

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

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

border-color css

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

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

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