Html Css Color HEX #307138 San Felix

📋 copy color: '#307138'

red 48 ◦ green 113 ◦ blue 56

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

Shades of San Felix #307138

Tints of San Felix #307138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 25.81%

R = 22.12%
G = 52.07%
B = 25.81%

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

#307138 (or 0x307138) is known color: San Felix. HEX triplet: 30, 71 and 38. RGB value is (48,113,56). Sum of RGB (Red+Green+Blue) = 48+113+56=217 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.12% from 217); Green value is 113 (44.53% from 255 or 52.07% from 217); Blue value is 56 (22.27% from 255 or 25.81% from 217); Max value from RGB is 113 - color contains mainly: green. Hex color #307138 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307138 is #CF8EC7. Grayscale: #575757. Windows color (decimal): -13602504 or 3698992. OLE color: 3698992.

HSL color Cylindrical-coordinate representation of color #307138: hue angle of 127.38º 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 #307138 is Cyan = 0.58, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 113 56 -
CMYK 0.58 0 0.50 0.56
HSL 127.38º 0.4% 0.32% -
HSV(B) 127.38º 0.58% 0.44% -
XYZ 7.84 12.72 5.78 -
YUV 87.07 110.47 100.13 -
System Red Green Blue C M Y K H S L
Decimal 48 113 56 0.58 0 0.50 0.56 127.38 0.4 0.32
Hex 30 71 38 3A 0 32 38 7F 28 20
Octal 60 161 70 72 0 62 70 177 50 40
Binary 110000 1110001 111000 111010 0 110010 111000 1111111 101000 100000

Color Harmonies of #307138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307138

Black with #307138

Text Example


Text Example

White with #307138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307138; }

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

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

background-color css

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

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

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

border-color css

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

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

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