Html Css Color HEX #276F30 San Felix

📋 copy color: '#276F30'

red 39 ◦ green 111 ◦ blue 48

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

Shades of San Felix #276F30

Tints of San Felix #276F30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 24.24%

R = 19.7%
G = 56.06%
B = 24.24%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#276F30 (or 0x276F30) is known color: San Felix. HEX triplet: 27, 6F and 30. RGB value is (39,111,48). Sum of RGB (Red+Green+Blue) = 39+111+48=198 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.70% from 198); Green value is 111 (43.75% from 255 or 56.06% from 198); Blue value is 48 (19.14% from 255 or 24.24% from 198); Max value from RGB is 111 - color contains mainly: green. Hex color #276F30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276F30 is #D890CF. Grayscale: #525252. Windows color (decimal): -14192848 or 3174183. OLE color: 3174183.

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

Color convert

RGB 39 111 48 -
CMYK 0.65 0 0.57 0.56
HSL 127.5º 0.48% 0.29% -
HSV(B) 127.5º 0.65% 0.44% -
XYZ 7.05 12.01 4.74 -
YUV 82.29 108.65 97.12 -
System Red Green Blue C M Y K H S L
Decimal 39 111 48 0.65 0 0.57 0.56 127.5 0.48 0.29
Hex 27 6F 30 41 0 39 38 80 30 1D
Octal 47 157 60 101 0 71 70 200 60 35
Binary 100111 1101111 110000 1000001 0 111001 111000 10000000 110000 11101

Color Harmonies of #276F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276F30

Black with #276F30

Text Example


Text Example

White with #276F30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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