Html Css Color HEX #307139 San Felix

📋 copy color: '#307139'

red 48 ◦ green 113 ◦ blue 57

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

Shades of San Felix #307139

Tints of San Felix #307139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 26.15%

R = 22.02%
G = 51.83%
B = 26.15%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#307139 (or 0x307139) is known color: San Felix. HEX triplet: 30, 71 and 39. RGB value is (48,113,57). Sum of RGB (Red+Green+Blue) = 48+113+57=218 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.02% from 218); Green value is 113 (44.53% from 255 or 51.83% from 218); Blue value is 57 (22.66% from 255 or 26.15% from 218); Max value from RGB is 113 - color contains mainly: green. Hex color #307139 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307139 is #CF8EC6. Grayscale: #575757. Windows color (decimal): -13602503 or 3764528. OLE color: 3764528.

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

Color convert

RGB 48 113 57 -
CMYK 0.58 0 0.50 0.56
HSL 128.31º 0.4% 0.32% -
HSV(B) 128.31º 0.58% 0.44% -
XYZ 7.86 12.73 5.91 -
YUV 87.18 110.97 100.05 -
System Red Green Blue C M Y K H S L
Decimal 48 113 57 0.58 0 0.50 0.56 128.31 0.4 0.32
Hex 30 71 39 3A 0 32 38 80 28 20
Octal 60 161 71 72 0 62 70 200 50 40
Binary 110000 1110001 111001 111010 0 110010 111000 10000000 101000 100000

Color Harmonies of #307139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307139

Black with #307139

Text Example


Text Example

White with #307139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307139; }

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

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

background-color css

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

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

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

border-color css

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

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

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