Html Css Color HEX #277130 San Felix

📋 copy color: '#277130'

red 39 ◦ green 113 ◦ blue 48

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

Shades of San Felix #277130

Tints of San Felix #277130

RGB

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

 GREEN value IS 113 (44.53% from 255) = 56.5%

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

R = 19.5%
G = 56.5%
B = 24%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#277130 (or 0x277130) is known color: San Felix. HEX triplet: 27, 71 and 30. RGB value is (39,113,48). Sum of RGB (Red+Green+Blue) = 39+113+48=200 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.5% from 200); Green value is 113 (44.53% from 255 or 56.5% from 200); Blue value is 48 (19.14% from 255 or 24% from 200); Max value from RGB is 113 - color contains mainly: green. Hex color #277130 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #277130 is #D88ECF. Grayscale: #535353. Windows color (decimal): -14192336 or 3174695. OLE color: 3174695.

HSL color Cylindrical-coordinate representation of color #277130: hue angle of 127.3º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #277130 is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 39 113 48 -
CMYK 0.65 0 0.58 0.56
HSL 127.3º 0.49% 0.3% -
HSV(B) 127.3º 0.65% 0.44% -
XYZ 7.28 12.45 4.82 -
YUV 83.46 107.98 96.29 -
System Red Green Blue C M Y K H S L
Decimal 39 113 48 0.65 0 0.58 0.56 127.3 0.49 0.3
Hex 27 71 30 41 0 3A 38 7F 31 1E
Octal 47 161 60 101 0 72 70 177 61 36
Binary 100111 1110001 110000 1000001 0 111010 111000 1111111 110001 11110

Color Harmonies of #277130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277130

Black with #277130

Text Example


Text Example

White with #277130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277130; }

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

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

background-color css

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

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

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

border-color css

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

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

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