Html Css Color HEX #30672F San Felix

📋 copy color: '#30672F'

red 48 ◦ green 103 ◦ blue 47

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

Shades of San Felix #30672F

Tints of San Felix #30672F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 52.02%

 BLUE value IS 47 (18.75% from 255) = 23.74%

R = 24.24%
G = 52.02%
B = 23.74%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.54

 K value IS 0.60

RGB Variations

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

Color information

#30672F (or 0x30672F) is known color: San Felix. HEX triplet: 30, 67 and 2F. RGB value is (48,103,47). Sum of RGB (Red+Green+Blue) = 48+103+47=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 103 (40.62% from 255 or 52.02% from 198); Blue value is 47 (18.75% from 255 or 23.74% from 198); Max value from RGB is 103 - color contains mainly: green. Hex color #30672F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30672F is #CF98D0. Grayscale: #505050. Windows color (decimal): -13605073 or 3106608. OLE color: 3106608.

HSL color Cylindrical-coordinate representation of color #30672F: hue angle of 118.93º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #30672F is Cyan = 0.53, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.60.

Color convert

RGB 48 103 47 -
CMYK 0.53 0 0.54 0.60
HSL 118.93º 0.37% 0.29% -
HSV(B) 118.93º 0.54% 0.4% -
XYZ 6.58 10.53 4.38 -
YUV 80.17 109.28 105.05 -
System Red Green Blue C M Y K H S L
Decimal 48 103 47 0.53 0 0.54 0.60 118.93 0.37 0.29
Hex 30 67 2F 35 0 36 3C 77 25 1D
Octal 60 147 57 65 0 66 74 167 45 35
Binary 110000 1100111 101111 110101 0 110110 111100 1110111 100101 11101

Color Harmonies of #30672F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30672F

Black with #30672F

Text Example


Text Example

White with #30672F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,103,47); }

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

background-color css

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

 a { background-color: rgb(48,103,47); }

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

border-color css

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

 span { border-color: rgb(48,103,47); }

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