Html Css Color HEX #30733F San Felix

📋 copy color: '#30733F'

red 48 ◦ green 115 ◦ blue 63

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

Shades of San Felix #30733F

Tints of San Felix #30733F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 50.88%

 BLUE value IS 63 (25% from 255) = 27.88%

R = 21.24%
G = 50.88%
B = 27.88%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#30733F (or 0x30733F) is known color: San Felix. HEX triplet: 30, 73 and 3F. RGB value is (48,115,63). Sum of RGB (Red+Green+Blue) = 48+115+63=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 115 (45.31% from 255 or 50.88% from 226); Blue value is 63 (25% from 255 or 27.88% from 226); Max value from RGB is 115 - color contains mainly: green. Hex color #30733F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30733F is #CF8CC0. Grayscale: #595959. Windows color (decimal): -13601985 or 4158256. OLE color: 4158256.

HSL color Cylindrical-coordinate representation of color #30733F: hue angle of 133.43º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #30733F is Cyan = 0.58, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 115 63 -
CMYK 0.58 0 0.45 0.55
HSL 133.43º 0.41% 0.32% -
HSV(B) 133.43º 0.58% 0.45% -
XYZ 8.25 13.25 6.83 -
YUV 89.04 113.3 98.73 -
System Red Green Blue C M Y K H S L
Decimal 48 115 63 0.58 0 0.45 0.55 133.43 0.41 0.32
Hex 30 73 3F 3A 0 2D 37 85 29 20
Octal 60 163 77 72 0 55 67 205 51 40
Binary 110000 1110011 111111 111010 0 101101 110111 10000101 101001 100000

Color Harmonies of #30733F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30733F

Black with #30733F

Text Example


Text Example

White with #30733F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30733F; }

 p { color: rgb(48,115,63); }

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

background-color css

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

 a { background-color: rgb(48,115,63); }

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

border-color css

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

 span { border-color: rgb(48,115,63); }

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