Html Css Color HEX #276F1D San Felix

📋 copy color: '#276F1D'

red 39 ◦ green 111 ◦ blue 29

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

Shades of San Felix #276F1D

Tints of San Felix #276F1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 16.2%

R = 21.79%
G = 62.01%
B = 16.2%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#276F1D (or 0x276F1D) is known color: San Felix. HEX triplet: 27, 6F and 1D. RGB value is (39,111,29). Sum of RGB (Red+Green+Blue) = 39+111+29=179 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.79% from 179); Green value is 111 (43.75% from 255 or 62.01% from 179); Blue value is 29 (11.72% from 255 or 16.20% from 179); Max value from RGB is 111 - color contains mainly: green. Hex color #276F1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276F1D is #D890E2. Grayscale: #505050. Windows color (decimal): -14192867 or 1928999. OLE color: 1928999.

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

Color convert

RGB 39 111 29 -
CMYK 0.65 0 0.74 0.56
HSL 112.68º 0.59% 0.27% -
HSV(B) 112.68º 0.74% 0.44% -
XYZ 6.74 11.89 3.1 -
YUV 80.12 99.15 98.67 -
System Red Green Blue C M Y K H S L
Decimal 39 111 29 0.65 0 0.74 0.56 112.68 0.59 0.27
Hex 27 6F 1D 41 0 4A 38 71 3B 1B
Octal 47 157 35 101 0 112 70 161 73 33
Binary 100111 1101111 11101 1000001 0 1001010 111000 1110001 111011 11011

Color Harmonies of #276F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276F1D

Black with #276F1D

Text Example


Text Example

White with #276F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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