Html Css Color HEX #276F24 San Felix

📋 copy color: '#276F24'

red 39 ◦ green 111 ◦ blue 36

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

Shades of San Felix #276F24

Tints of San Felix #276F24

RGB

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

 GREEN value IS 111 (43.75% from 255) = 59.68%

 BLUE value IS 36 (14.45% from 255) = 19.35%

R = 20.97%
G = 59.68%
B = 19.35%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#276F24 (or 0x276F24) is known color: San Felix. HEX triplet: 27, 6F and 24. RGB value is (39,111,36). Sum of RGB (Red+Green+Blue) = 39+111+36=186 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.97% from 186); Green value is 111 (43.75% from 255 or 59.68% from 186); Blue value is 36 (14.45% from 255 or 19.35% from 186); Max value from RGB is 111 - color contains mainly: green. Hex color #276F24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276F24 is #D890DB. Grayscale: #515151. Windows color (decimal): -14192860 or 2387751. OLE color: 2387751.

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

Color convert

RGB 39 111 36 -
CMYK 0.65 0 0.68 0.56
HSL 117.6º 0.51% 0.29% -
HSV(B) 117.6º 0.68% 0.44% -
XYZ 6.84 11.93 3.61 -
YUV 80.92 102.65 98.1 -
System Red Green Blue C M Y K H S L
Decimal 39 111 36 0.65 0 0.68 0.56 117.6 0.51 0.29
Hex 27 6F 24 41 0 44 38 76 33 1D
Octal 47 157 44 101 0 104 70 166 63 35
Binary 100111 1101111 100100 1000001 0 1000100 111000 1110110 110011 11101

Color Harmonies of #276F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276F24

Black with #276F24

Text Example


Text Example

White with #276F24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276F24; }

 p { color: rgb(39,111,36); }

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

background-color css

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

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

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

border-color css

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

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

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