Html Css Color HEX #307440 San Felix

📋 copy color: '#307440'

red 48 ◦ green 116 ◦ blue 64

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

Shades of San Felix #307440

Tints of San Felix #307440

RGB

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

 GREEN value IS 116 (45.7% from 255) = 50.88%

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

R = 21.05%
G = 50.88%
B = 28.07%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#307440 (or 0x307440) is known color: San Felix. HEX triplet: 30, 74 and 40. RGB value is (48,116,64). Sum of RGB (Red+Green+Blue) = 48+116+64=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 116 (45.70% from 255 or 50.88% from 228); Blue value is 64 (25.39% from 255 or 28.07% from 228); Max value from RGB is 116 - color contains mainly: green. Hex color #307440 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307440 is #CF8BBF. Grayscale: #595959. Windows color (decimal): -13601728 or 4224048. OLE color: 4224048.

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

Color convert

RGB 48 116 64 -
CMYK 0.59 0 0.45 0.55
HSL 134.12º 0.41% 0.32% -
HSV(B) 134.12º 0.59% 0.45% -
XYZ 8.39 13.49 7.01 -
YUV 89.74 113.47 98.23 -
System Red Green Blue C M Y K H S L
Decimal 48 116 64 0.59 0 0.45 0.55 134.12 0.41 0.32
Hex 30 74 40 3B 0 2D 37 86 29 20
Octal 60 164 100 73 0 55 67 206 51 40
Binary 110000 1110100 1000000 111011 0 101101 110111 10000110 101001 100000

Color Harmonies of #307440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307440

Black with #307440

Text Example


Text Example

White with #307440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307440; }

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

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

background-color css

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

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

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

border-color css

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

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

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