Html Css Color HEX #30703A San Felix

📋 copy color: '#30703A'

red 48 ◦ green 112 ◦ blue 58

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

Shades of San Felix #30703A

Tints of San Felix #30703A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 26.61%

R = 22.02%
G = 51.38%
B = 26.61%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#30703A (or 0x30703A) is known color: San Felix. HEX triplet: 30, 70 and 3A. RGB value is (48,112,58). Sum of RGB (Red+Green+Blue) = 48+112+58=218 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.02% from 218); Green value is 112 (44.14% from 255 or 51.38% from 218); Blue value is 58 (23.05% from 255 or 26.61% from 218); Max value from RGB is 112 - color contains mainly: green. Hex color #30703A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30703A is #CF8FC5. Grayscale: #565656. Windows color (decimal): -13602758 or 3829808. OLE color: 3829808.

HSL color Cylindrical-coordinate representation of color #30703A: hue angle of 129.38º 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 #30703A is Cyan = 0.57, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 112 58 -
CMYK 0.57 0 0.48 0.56
HSL 129.38º 0.4% 0.31% -
HSV(B) 129.38º 0.57% 0.44% -
XYZ 7.78 12.52 6.01 -
YUV 86.71 111.8 100.39 -
System Red Green Blue C M Y K H S L
Decimal 48 112 58 0.57 0 0.48 0.56 129.38 0.4 0.31
Hex 30 70 3A 39 0 30 38 81 28 1F
Octal 60 160 72 71 0 60 70 201 50 37
Binary 110000 1110000 111010 111001 0 110000 111000 10000001 101000 11111

Color Harmonies of #30703A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30703A

Black with #30703A

Text Example


Text Example

White with #30703A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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