Html Css Color HEX #30703C San Felix

📋 copy color: '#30703C'

red 48 ◦ green 112 ◦ blue 60

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

Shades of San Felix #30703C

Tints of San Felix #30703C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 50.91%

 BLUE value IS 60 (23.83% from 255) = 27.27%

R = 21.82%
G = 50.91%
B = 27.27%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#30703C (or 0x30703C) is known color: San Felix. HEX triplet: 30, 70 and 3C. RGB value is (48,112,60). Sum of RGB (Red+Green+Blue) = 48+112+60=220 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.82% from 220); Green value is 112 (44.14% from 255 or 50.91% from 220); Blue value is 60 (23.83% from 255 or 27.27% from 220); Max value from RGB is 112 - color contains mainly: green. Hex color #30703C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30703C is #CF8FC3. Grayscale: #575757. Windows color (decimal): -13602756 or 3960880. OLE color: 3960880.

HSL color Cylindrical-coordinate representation of color #30703C: hue angle of 131.25º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #30703C is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 112 60 -
CMYK 0.57 0 0.46 0.56
HSL 131.25º 0.4% 0.31% -
HSV(B) 131.25º 0.57% 0.44% -
XYZ 7.83 12.54 6.28 -
YUV 86.94 112.8 100.23 -
System Red Green Blue C M Y K H S L
Decimal 48 112 60 0.57 0 0.46 0.56 131.25 0.4 0.31
Hex 30 70 3C 39 0 2E 38 83 28 1F
Octal 60 160 74 71 0 56 70 203 50 37
Binary 110000 1110000 111100 111001 0 101110 111000 10000011 101000 11111

Color Harmonies of #30703C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30703C

Black with #30703C

Text Example


Text Example

White with #30703C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30703C; }

 p { color: rgb(48,112,60); }

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

background-color css

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

 a { background-color: rgb(48,112,60); }

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

border-color css

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

 span { border-color: rgb(48,112,60); }

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