Html Css Color HEX #307340 San Felix

📋 copy color: '#307340'

red 48 ◦ green 115 ◦ blue 64

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

Shades of San Felix #307340

Tints of San Felix #307340

RGB

 RED value IS 48 (19.14% from 255) = 21.15%

 GREEN value IS 115 (45.31% from 255) = 50.66%

 BLUE value IS 64 (25.39% from 255) = 28.19%

R = 21.15%
G = 50.66%
B = 28.19%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#307340 (or 0x307340) is known color: San Felix. HEX triplet: 30, 73 and 40. RGB value is (48,115,64). Sum of RGB (Red+Green+Blue) = 48+115+64=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 115 (45.31% from 255 or 50.66% from 227); Blue value is 64 (25.39% from 255 or 28.19% from 227); Max value from RGB is 115 - color contains mainly: green. Hex color #307340 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307340 is #CF8CBF. Grayscale: #595959. Windows color (decimal): -13601984 or 4223792. OLE color: 4223792.

HSL color Cylindrical-coordinate representation of color #307340: hue angle of 134.33º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #307340 is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 115 64 -
CMYK 0.58 0 0.44 0.55
HSL 134.33º 0.41% 0.32% -
HSV(B) 134.33º 0.58% 0.45% -
XYZ 8.28 13.26 6.97 -
YUV 89.15 113.8 98.65 -
System Red Green Blue C M Y K H S L
Decimal 48 115 64 0.58 0 0.44 0.55 134.33 0.41 0.32
Hex 30 73 40 3A 0 2C 37 86 29 20
Octal 60 163 100 72 0 54 67 206 51 40
Binary 110000 1110011 1000000 111010 0 101100 110111 10000110 101001 100000

Color Harmonies of #307340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307340

Black with #307340

Text Example


Text Example

White with #307340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307340; }

 p { color: rgb(48,115,64); }

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

background-color css

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

 a { background-color: rgb(48,115,64); }

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

border-color css

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

 span { border-color: rgb(48,115,64); }

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