Html Css Color HEX #276730 San Felix

📋 copy color: '#276730'

red 39 ◦ green 103 ◦ blue 48

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

Shades of San Felix #276730

Tints of San Felix #276730

RGB

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

 GREEN value IS 103 (40.63% from 255) = 54.21%

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

R = 20.53%
G = 54.21%
B = 25.26%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.53

 K value IS 0.60

RGB Variations

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

Color information

#276730 (or 0x276730) is known color: San Felix. HEX triplet: 27, 67 and 30. RGB value is (39,103,48). Sum of RGB (Red+Green+Blue) = 39+103+48=190 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.53% from 190); Green value is 103 (40.62% from 255 or 54.21% from 190); Blue value is 48 (19.14% from 255 or 25.26% from 190); Max value from RGB is 103 - color contains mainly: green. Hex color #276730 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276730 is #D898CF. Grayscale: #4D4D4D. Windows color (decimal): -14194896 or 3172135. OLE color: 3172135.

HSL color Cylindrical-coordinate representation of color #276730: hue angle of 128.44º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #276730 is Cyan = 0.62, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.60.

Color convert

RGB 39 103 48 -
CMYK 0.62 0 0.53 0.60
HSL 128.44º 0.45% 0.28% -
HSV(B) 128.44º 0.62% 0.4% -
XYZ 6.22 10.35 4.47 -
YUV 77.59 111.3 100.47 -
System Red Green Blue C M Y K H S L
Decimal 39 103 48 0.62 0 0.53 0.60 128.44 0.45 0.28
Hex 27 67 30 3E 0 35 3C 80 2D 1C
Octal 47 147 60 76 0 65 74 200 55 34
Binary 100111 1100111 110000 111110 0 110101 111100 10000000 101101 11100

Color Harmonies of #276730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276730

Black with #276730

Text Example


Text Example

White with #276730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276730; }

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

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

background-color css

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

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

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

border-color css

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

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

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