Html Css Color HEX #30733D San Felix

📋 copy color: '#30733D'

red 48 ◦ green 115 ◦ blue 61

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

Shades of San Felix #30733D

Tints of San Felix #30733D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 27.23%

R = 21.43%
G = 51.34%
B = 27.23%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#30733D (or 0x30733D) is known color: San Felix. HEX triplet: 30, 73 and 3D. RGB value is (48,115,61). Sum of RGB (Red+Green+Blue) = 48+115+61=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 115 (45.31% from 255 or 51.34% from 224); Blue value is 61 (24.22% from 255 or 27.23% from 224); Max value from RGB is 115 - color contains mainly: green. Hex color #30733D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30733D is #CF8CC2. Grayscale: #585858. Windows color (decimal): -13601987 or 4027184. OLE color: 4027184.

HSL color Cylindrical-coordinate representation of color #30733D: hue angle of 131.64º 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 #30733D is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 115 61 -
CMYK 0.58 0 0.47 0.55
HSL 131.64º 0.41% 0.32% -
HSV(B) 131.64º 0.58% 0.45% -
XYZ 8.19 13.23 6.54 -
YUV 88.81 112.3 98.89 -
System Red Green Blue C M Y K H S L
Decimal 48 115 61 0.58 0 0.47 0.55 131.64 0.41 0.32
Hex 30 73 3D 3A 0 2F 37 84 29 20
Octal 60 163 75 72 0 57 67 204 51 40
Binary 110000 1110011 111101 111010 0 101111 110111 10000100 101001 100000

Color Harmonies of #30733D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30733D

Black with #30733D

Text Example


Text Example

White with #30733D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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