Html Css Color HEX #30703B San Felix

📋 copy color: '#30703B'

red 48 ◦ green 112 ◦ blue 59

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

Shades of San Felix #30703B

Tints of San Felix #30703B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 26.94%

R = 21.92%
G = 51.14%
B = 26.94%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#30703B (or 0x30703B) is known color: San Felix. HEX triplet: 30, 70 and 3B. RGB value is (48,112,59). Sum of RGB (Red+Green+Blue) = 48+112+59=219 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.92% from 219); Green value is 112 (44.14% from 255 or 51.14% from 219); Blue value is 59 (23.44% from 255 or 26.94% from 219); Max value from RGB is 112 - color contains mainly: green. Hex color #30703B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30703B is #CF8FC4. Grayscale: #565656. Windows color (decimal): -13602757 or 3895344. OLE color: 3895344.

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

Color convert

RGB 48 112 59 -
CMYK 0.57 0 0.47 0.56
HSL 130.31º 0.4% 0.31% -
HSV(B) 130.31º 0.57% 0.44% -
XYZ 7.8 12.53 6.15 -
YUV 86.82 112.3 100.31 -
System Red Green Blue C M Y K H S L
Decimal 48 112 59 0.57 0 0.47 0.56 130.31 0.4 0.31
Hex 30 70 3B 39 0 2F 38 82 28 1F
Octal 60 160 73 71 0 57 70 202 50 37
Binary 110000 1110000 111011 111001 0 101111 111000 10000010 101000 11111

Color Harmonies of #30703B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30703B

Black with #30703B

Text Example


Text Example

White with #30703B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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