Html Css Color HEX #276A30 San Felix

📋 copy color: '#276A30'

red 39 ◦ green 106 ◦ blue 48

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

Shades of San Felix #276A30

Tints of San Felix #276A30

RGB

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

 GREEN value IS 106 (41.8% from 255) = 54.92%

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

R = 20.21%
G = 54.92%
B = 24.87%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.55

 K value IS 0.58

RGB Variations

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

Color information

#276A30 (or 0x276A30) is known color: San Felix. HEX triplet: 27, 6A and 30. RGB value is (39,106,48). Sum of RGB (Red+Green+Blue) = 39+106+48=193 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.21% from 193); Green value is 106 (41.80% from 255 or 54.92% from 193); Blue value is 48 (19.14% from 255 or 24.87% from 193); Max value from RGB is 106 - color contains mainly: green. Hex color #276A30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276A30 is #D895CF. Grayscale: #4F4F4F. Windows color (decimal): -14194128 or 3172903. OLE color: 3172903.

HSL color Cylindrical-coordinate representation of color #276A30: hue angle of 128.06º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #276A30 is Cyan = 0.63, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.58.

Color convert

RGB 39 106 48 -
CMYK 0.63 0 0.55 0.58
HSL 128.06º 0.46% 0.28% -
HSV(B) 128.06º 0.63% 0.42% -
XYZ 6.52 10.95 4.57 -
YUV 79.36 110.3 99.22 -
System Red Green Blue C M Y K H S L
Decimal 39 106 48 0.63 0 0.55 0.58 128.06 0.46 0.28
Hex 27 6A 30 3F 0 37 3A 80 2E 1C
Octal 47 152 60 77 0 67 72 200 56 34
Binary 100111 1101010 110000 111111 0 110111 111010 10000000 101110 11100

Color Harmonies of #276A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276A30

Black with #276A30

Text Example


Text Example

White with #276A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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